#EDDAAD

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

Shades of Beeswax #EDDAAD

Tints of Beeswax #EDDAAD

Color information

#EDDAAD (or 0xEDDAAD) is unknown color: approx Beeswax. HEX triplet: ED, DA and AD. RGB value is (237,218,173). Sum of RGB (Red+Green+Blue) = 237+218+173=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDAAD is #122552. Grayscale: #DADADA. Windows color (decimal): -1189203 or 11393773. OLE color: 11393773.

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

Color convert

RGB237218173-
CMYK00.080.270.07
HSL42.19º64%80.39%-
HSV(B)42.19º27%92.94%-
XYZ67.5471.1649.71-
YUV218.55102.29141.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=37.74%
G=34.71%
B=27.55%

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
Decimal23721817300.080.270.0742.196480.39
HexEDDAAD081B72a4050
Octal35533225501033752100120
Binary111011011101101010101101010001101111110101010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAAD; }

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

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

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

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

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

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

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

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