#EEBD4E

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

Shades of Cream Can #EEBD4E

Tints of Cream Can #EEBD4E

Color information

#EEBD4E (or 0xEEBD4E) is unknown color: approx Cream Can. HEX triplet: EE, BD and 4E. RGB value is (238,189,78). Sum of RGB (Red+Green+Blue) = 238+189+78=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD4E is #1142B1. Grayscale: #BFBFBF. Windows color (decimal): -1131186 or 5160430. OLE color: 5160430.

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

Color convert

RGB23818978-
CMYK00.210.670.07
HSL41.62º82.47%61.96%-
HSV(B)41.62º67.23%93.33%-
XYZ54.8355.1214.96-
YUV19164.23161.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 78 (30.86% from 255) = 15.45%
R=47.13%
G=37.43%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381897800.210.670.0741.6282.4761.96
HexEEBD4E0154372a523e
Octal35627511602510375212276
Binary1110111010111101100111001010110000111111010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD4E; }

 p { color: rgb(238,189,78); }

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

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

 a { background-color: rgb(238,189,78); }

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

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

 span { border-color: rgb(238,189,78); }

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