Html Css Color HEX #EEDDB0 Beeswax

📋 copy color: '#EEDDB0'

red 238 ◦ green 221 ◦ blue 176

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

Shades of Beeswax #EEDDB0

Tints of Beeswax #EEDDB0

RGB

 RED value IS 238 (93.36% from 255) = 37.48%

 GREEN value IS 221 (86.72% from 255) = 34.8%

 BLUE value IS 176 (69.14% from 255) = 27.72%

R = 37.48%
G = 34.8%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEDDB0 (or 0xEEDDB0) is known color: Beeswax. HEX triplet: EE, DD and B0. RGB value is (238,221,176). Sum of RGB (Red+Green+Blue) = 238+221+176=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDB0 is #11224F. Grayscale: #DDDDDD. Windows color (decimal): -1122896 or 11591150. OLE color: 11591150.

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

Color convert

RGB 238 221 176 -
CMYK 0 0.07 0.26 0.07
HSL 43.55º 0.65% 0.81% -
HSV(B) 43.55º 0.26% 0.93% -
XYZ 68.95 73.02 51.54 -
YUV 220.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 238 221 176 0 0.07 0.26 0.07 43.55 0.65 0.81
Hex EE DD B0 0 7 1A 7 2C 41 51
Octal 356 335 260 0 7 32 7 54 101 121
Binary 11101110 11011101 10110000 0 111 11010 111 101100 1000001 1010001

Color Harmonies of #EEDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDB0

Black with #EEDDB0

Text Example


Text Example

White with #EEDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDB0; }

 p { color: rgb(238,221,176); }

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

background-color css

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

 a { background-color: rgb(238,221,176); }

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

border-color css

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

 span { border-color: rgb(238,221,176); }

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