#EDC55B

Color #EDC55B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EDC55B

Tints of Cream Can #EDC55B

Color information

#EDC55B (or 0xEDC55B) is unknown color: approx Cream Can. HEX triplet: ED, C5 and 5B. RGB value is (237,197,91). Sum of RGB (Red+Green+Blue) = 237+197+91=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC55B is #123AA4. Grayscale: #C5C5C5. Windows color (decimal): -1194661 or 6014445. OLE color: 6014445.

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

Color convert

RGB23719791-
CMYK00.170.620.07
HSL43.56º80.22%64.31%-
HSV(B)43.56º61.6%92.94%-
XYZ56.7858.6918.23-
YUV196.8868.25156.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 91 (35.94% from 255) = 17.33%
R=45.14%
G=37.52%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371979100.170.620.0743.5680.2264.31
HexEDC55B0113E72c5040
Octal35530513302176754120100
Binary1110110111000101101101101000111111011110110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC55B; }

 p { color: rgb(237,197,91); }

 H1.HeaderClassName
 {
   color: #EDC55B;
 }
 .AnyTagClassName
 {
   color: #EDC55B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,197,91); }

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

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

 span { border-color: rgb(237,197,91); }

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