Html Css Color HEX #EDC755 Cream Can

📋 copy color: '#EDC755'

red 237 ◦ green 199 ◦ blue 85

#EDC755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #EDC755

Tints of Cream Can #EDC755

RGB

 RED value IS 237 (92.97% from 255) = 45.49%

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 45.49%
G = 38.2%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDC755 (or 0xEDC755) is known color: Cream Can. HEX triplet: ED, C7 and 55. RGB value is (237,199,85). Sum of RGB (Red+Green+Blue) = 237+199+85=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC755 is #1238AA. Grayscale: #C5C5C5. Windows color (decimal): -1194155 or 5621741. OLE color: 5621741.

HSL color Cylindrical-coordinate representation of color #EDC755: hue angle of 45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDC755 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 85 -
CMYK 0 0.16 0.64 0.07
HSL 45º 0.81% 0.63% -
HSV(B) 45º 0.64% 0.93% -
XYZ 56.99 59.51 17.08 -
YUV 197.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 237 199 85 0 0.16 0.64 0.07 45 0.81 0.63
Hex ED C7 55 0 10 40 7 2D 51 3F
Octal 355 307 125 0 20 100 7 55 121 77
Binary 11101101 11000111 1010101 0 10000 1000000 111 101101 1010001 111111

Color Harmonies of #EDC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC755

Black with #EDC755

Text Example


Text Example

White with #EDC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC755; }

 p { color: rgb(237,199,85); }

 H1.HeaderClassName
 {
   color: #EDC755;
 }
 .AnyTagClassName
 {
   color: #EDC755;
 }
</style>

background-color css

<style>
 a { background-color: #EDC755; }

 a { background-color: rgb(237,199,85); }

 div.DivClassName
 {
   background-color: #EDC755;
 }
 .BgClassName
 {
   background-color: #EDC755;
 }
</style>

border-color css

<style>
 span { border-color: #EDC755; }

 span { border-color: rgb(237,199,85); }

 td.TdClassName
 {
   border-color: #EDC755;
 }
 .TagClassName
 {
   border-color: #EDC755;
 }
</style>