Html Css Color HEX #EAD9B2 Beeswax

📋 copy color: '#EAD9B2'

red 234 ◦ green 217 ◦ blue 178

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

Shades of Beeswax #EAD9B2

Tints of Beeswax #EAD9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.3%

R = 37.2%
G = 34.5%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAD9B2 (or 0xEAD9B2) is known color: Beeswax. HEX triplet: EA, D9 and B2. RGB value is (234,217,178). Sum of RGB (Red+Green+Blue) = 234+217+178=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9B2 is #15264D. Grayscale: #D9D9D9. Windows color (decimal): -1386062 or 11721194. OLE color: 11721194.

HSL color Cylindrical-coordinate representation of color #EAD9B2: hue angle of 41.79º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAD9B2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 178 -
CMYK 0 0.07 0.24 0.08
HSL 41.79º 0.57% 0.81% -
HSV(B) 41.79º 0.24% 0.92% -
XYZ 66.78 70.33 52.18 -
YUV 217.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 234 217 178 0 0.07 0.24 0.08 41.79 0.57 0.81
Hex EA D9 B2 0 7 18 8 2A 39 51
Octal 352 331 262 0 7 30 10 52 71 121
Binary 11101010 11011001 10110010 0 111 11000 1000 101010 111001 1010001

Color Harmonies of #EAD9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9B2

Black with #EAD9B2

Text Example


Text Example

White with #EAD9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9B2; }

 p { color: rgb(234,217,178); }

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

background-color css

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

 a { background-color: rgb(234,217,178); }

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

border-color css

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

 span { border-color: rgb(234,217,178); }

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