Html Css Color HEX #EAD9B1 Beeswax

📋 copy color: '#EAD9B1'

red 234 ◦ green 217 ◦ blue 177

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

Shades of Beeswax #EAD9B1

Tints of Beeswax #EAD9B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.18%

R = 37.26%
G = 34.55%
B = 28.18%

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

#EAD9B1 (or 0xEAD9B1) is known color: Beeswax. HEX triplet: EA, D9 and B1. RGB value is (234,217,177). Sum of RGB (Red+Green+Blue) = 234+217+177=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD9B1 is #15264E. Grayscale: #D9D9D9. Windows color (decimal): -1386063 or 11655658. OLE color: 11655658.

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

Color convert

RGB 234 217 177 -
CMYK 0 0.07 0.24 0.08
HSL 42.11º 0.58% 0.81% -
HSV(B) 42.11º 0.24% 0.92% -
XYZ 66.68 70.29 51.65 -
YUV 217.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 234 217 177 0 0.07 0.24 0.08 42.11 0.58 0.81
Hex EA D9 B1 0 7 18 8 2A 3A 51
Octal 352 331 261 0 7 30 10 52 72 121
Binary 11101010 11011001 10110001 0 111 11000 1000 101010 111010 1010001

Color Harmonies of #EAD9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9B1

Black with #EAD9B1

Text Example


Text Example

White with #EAD9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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