#EDDBAD

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

Shades of Beeswax #EDDBAD

Tints of Beeswax #EDDBAD

Color information

#EDDBAD (or 0xEDDBAD) is unknown color: approx Beeswax. HEX triplet: ED, DB and AD. RGB value is (237,219,173). Sum of RGB (Red+Green+Blue) = 237+219+173=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBAD is #122452. Grayscale: #DBDBDB. Windows color (decimal): -1188947 or 11394029. OLE color: 11394029.

HSL color Cylindrical-coordinate representation of color #EDDBAD: hue angle of 43.12º 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 #EDDBAD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237219173-
CMYK00.080.270.07
HSL43.12º64%80.39%-
HSV(B)43.12º27%92.94%-
XYZ67.871.6849.8-
YUV219.14101.96140.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=37.68%
G=34.82%
B=27.50%

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
Decimal23721917300.080.270.0743.126480.39
HexEDDBAD081B72b4050
Octal35533325501033753100120
Binary111011011101101110101101010001101111110101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBAD; }

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

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

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

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

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

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

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

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