#EDDAAE

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

Shades of Beeswax #EDDAAE

Tints of Beeswax #EDDAAE

Color information

#EDDAAE (or 0xEDDAAE) is unknown color: approx Beeswax. HEX triplet: ED, DA and AE. RGB value is (237,218,174). Sum of RGB (Red+Green+Blue) = 237+218+174=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAAE is #122551. Grayscale: #DADADA. Windows color (decimal): -1189202 or 11459309. OLE color: 11459309.

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

Color convert

RGB237218174-
CMYK00.080.270.07
HSL41.9º63.64%80.59%-
HSV(B)41.9º26.58%92.94%-
XYZ67.6471.250.22-
YUV218.67102.79141.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=37.68%
G=34.66%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721817400.080.270.0741.963.6480.59
HexEDDAAE081B72a4051
Octal35533225601033752100121
Binary111011011101101010101110010001101111110101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAAE; }

 p { color: rgb(237,218,174); }

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

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

 a { background-color: rgb(237,218,174); }

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

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

 span { border-color: rgb(237,218,174); }

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