Html Css Color HEX #EAD09B Chamois

📋 copy color: '#EAD09B'

red 234 ◦ green 208 ◦ blue 155

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

Shades of Chamois #EAD09B

Tints of Chamois #EAD09B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

 BLUE value IS 155 (60.94% from 255) = 25.96%

R = 39.2%
G = 34.84%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAD09B (or 0xEAD09B) is known color: Chamois. HEX triplet: EA, D0 and 9B. RGB value is (234,208,155). Sum of RGB (Red+Green+Blue) = 234+208+155=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD09B is #152F64. Grayscale: #D1D1D1. Windows color (decimal): -1388389 or 10211562. OLE color: 10211562.

HSL color Cylindrical-coordinate representation of color #EAD09B: hue angle of 40.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAD09B is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 155 -
CMYK 0 0.11 0.34 0.08
HSL 40.25º 0.65% 0.76% -
HSV(B) 40.25º 0.34% 0.92% -
XYZ 62.4 64.97 40.26 -
YUV 209.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 234 208 155 0 0.11 0.34 0.08 40.25 0.65 0.76
Hex EA D0 9B 0 B 22 8 28 41 4C
Octal 352 320 233 0 13 42 10 50 101 114
Binary 11101010 11010000 10011011 0 1011 100010 1000 101000 1000001 1001100

Color Harmonies of #EAD09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD09B

Black with #EAD09B

Text Example


Text Example

White with #EAD09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD09B; }

 p { color: rgb(234,208,155); }

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

background-color css

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

 a { background-color: rgb(234,208,155); }

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

border-color css

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

 span { border-color: rgb(234,208,155); }

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