Html Css Color HEX #EADBB0 Beeswax

📋 copy color: '#EADBB0'

red 234 ◦ green 219 ◦ blue 176

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

Shades of Beeswax #EADBB0

Tints of Beeswax #EADBB0

RGB

 RED value IS 234 (91.8% from 255) = 37.2%

 GREEN value IS 219 (85.94% from 255) = 34.82%

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

R = 37.2%
G = 34.82%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EADBB0 (or 0xEADBB0) is known color: Beeswax. HEX triplet: EA, DB and B0. RGB value is (234,219,176). Sum of RGB (Red+Green+Blue) = 234+219+176=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADBB0 is #15244F. Grayscale: #DADADA. Windows color (decimal): -1385552 or 11590634. OLE color: 11590634.

HSL color Cylindrical-coordinate representation of color #EADBB0: hue angle of 44.48º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EADBB0 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 176 -
CMYK 0 0.06 0.25 0.08
HSL 44.48º 0.58% 0.8% -
HSV(B) 44.48º 0.25% 0.92% -
XYZ 67.1 71.29 51.3 -
YUV 218.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 234 219 176 0 0.06 0.25 0.08 44.48 0.58 0.8
Hex EA DB B0 0 6 19 8 2C 3A 50
Octal 352 333 260 0 6 31 10 54 72 120
Binary 11101010 11011011 10110000 0 110 11001 1000 101100 111010 1010000

Color Harmonies of #EADBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBB0

Black with #EADBB0

Text Example


Text Example

White with #EADBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBB0; }

 p { color: rgb(234,219,176); }

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

background-color css

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

 a { background-color: rgb(234,219,176); }

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

border-color css

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

 span { border-color: rgb(234,219,176); }

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