#EDDCAF

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

Shades of Beeswax #EDDCAF

Tints of Beeswax #EDDCAF

Color information

#EDDCAF (or 0xEDDCAF) is unknown color: approx Beeswax. HEX triplet: ED, DC and AF. RGB value is (237,220,175). Sum of RGB (Red+Green+Blue) = 237+220+175=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAF is #122350. Grayscale: #DCDCDC. Windows color (decimal): -1188689 or 11525357. OLE color: 11525357.

HSL color Cylindrical-coordinate representation of color #EDDCAF: hue angle of 43.55º degrees, saturation: 0.63, 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 #EDDCAF is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237220175-
CMYK00.070.260.07
HSL43.55º63.27%80.78%-
HSV(B)43.55º26.16%92.94%-
XYZ68.2672.2950.91-
YUV219.95102.63140.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=37.5%
G=34.81%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722017500.070.260.0743.5563.2780.78
HexEDDCAF071A72c3f51
Octal355334257073275477121
Binary1110110111011100101011110111110101111011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCAF; }

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

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

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

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

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

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

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

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