#EEDCAF

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

Shades of Beeswax #EEDCAF

Tints of Beeswax #EEDCAF

Color information

#EEDCAF (or 0xEEDCAF) is unknown color: approx Beeswax. HEX triplet: EE, DC and AF. RGB value is (238,220,175). Sum of RGB (Red+Green+Blue) = 238+220+175=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAF is #112350. Grayscale: #DCDCDC. Windows color (decimal): -1123153 or 11525358. OLE color: 11525358.

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

Color convert

RGB238220175-
CMYK00.080.260.07
HSL42.86º64.95%80.98%-
HSV(B)42.86º26.47%93.33%-
XYZ68.5972.4650.93-
YUV220.25102.46140.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=37.60%
G=34.76%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822017500.080.260.0742.8664.9580.98
HexEEDCAF081A72b4151
Octal35633425701032753101121
Binary111011101101110010101111010001101011110101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCAF; }

 p { color: rgb(238,220,175); }

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

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

 a { background-color: rgb(238,220,175); }

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

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

 span { border-color: rgb(238,220,175); }

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