Html Css Color HEX #EEDCB0 Beeswax

📋 copy color: '#EEDCB0'

red 238 ◦ green 220 ◦ blue 176

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

Shades of Beeswax #EEDCB0

Tints of Beeswax #EEDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

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

R = 37.54%
G = 34.7%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEDCB0 (or 0xEEDCB0) is known color: Beeswax. HEX triplet: EE, DC and B0. RGB value is (238,220,176). Sum of RGB (Red+Green+Blue) = 238+220+176=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCB0 is #11234F. Grayscale: #DCDCDC. Windows color (decimal): -1123152 or 11590894. OLE color: 11590894.

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

Color convert

RGB 238 220 176 -
CMYK 0 0.08 0.26 0.07
HSL 42.58º 0.65% 0.81% -
HSV(B) 42.58º 0.26% 0.93% -
XYZ 68.69 72.5 51.45 -
YUV 220.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 238 220 176 0 0.08 0.26 0.07 42.58 0.65 0.81
Hex EE DC B0 0 8 1A 7 2B 41 51
Octal 356 334 260 0 10 32 7 53 101 121
Binary 11101110 11011100 10110000 0 1000 11010 111 101011 1000001 1010001

Color Harmonies of #EEDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCB0

Black with #EEDCB0

Text Example


Text Example

White with #EEDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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