Html Css Color HEX #EDD9AD Beeswax

📋 copy color: '#EDD9AD'

red 237 ◦ green 217 ◦ blue 173

#EDD9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beeswax #EDD9AD

Tints of Beeswax #EDD9AD

RGB

 RED value IS 237 (92.97% from 255) = 37.8%

 GREEN value IS 217 (85.16% from 255) = 34.61%

 BLUE value IS 173 (67.97% from 255) = 27.59%

R = 37.8%
G = 34.61%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDD9AD (or 0xEDD9AD) is known color: Beeswax. HEX triplet: ED, D9 and AD. RGB value is (237,217,173). Sum of RGB (Red+Green+Blue) = 237+217+173=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9AD is #122652. Grayscale: #DADADA. Windows color (decimal): -1189459 or 11393517. OLE color: 11393517.

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

Color convert

RGB 237 217 173 -
CMYK 0 0.08 0.27 0.07
HSL 41.25º 0.64% 0.8% -
HSV(B) 41.25º 0.27% 0.93% -
XYZ 67.28 70.65 49.63 -
YUV 217.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 237 217 173 0 0.08 0.27 0.07 41.25 0.64 0.8
Hex ED D9 AD 0 8 1B 7 29 40 50
Octal 355 331 255 0 10 33 7 51 100 120
Binary 11101101 11011001 10101101 0 1000 11011 111 101001 1000000 1010000

Color Harmonies of #EDD9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9AD

Black with #EDD9AD

Text Example


Text Example

White with #EDD9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9AD; }

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

 H1.HeaderClassName
 {
   color: #EDD9AD;
 }
 .AnyTagClassName
 {
   color: #EDD9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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