Html Css Color HEX #EAD19E Chamois

📋 copy color: '#EAD19E'

red 234 ◦ green 209 ◦ blue 158

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

Shades of Chamois #EAD19E

Tints of Chamois #EAD19E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.78%

 BLUE value IS 158 (62.11% from 255) = 26.29%

R = 38.94%
G = 34.78%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAD19E (or 0xEAD19E) is known color: Chamois. HEX triplet: EA, D1 and 9E. RGB value is (234,209,158). Sum of RGB (Red+Green+Blue) = 234+209+158=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD19E is #152E61. Grayscale: #D2D2D2. Windows color (decimal): -1388130 or 10408426. OLE color: 10408426.

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

Color convert

RGB 234 209 158 -
CMYK 0 0.11 0.32 0.08
HSL 40.26º 0.64% 0.77% -
HSV(B) 40.26º 0.32% 0.92% -
XYZ 62.9 65.56 41.69 -
YUV 210.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 234 209 158 0 0.11 0.32 0.08 40.26 0.64 0.77
Hex EA D1 9E 0 B 20 8 28 40 4D
Octal 352 321 236 0 13 40 10 50 100 115
Binary 11101010 11010001 10011110 0 1011 100000 1000 101000 1000000 1001101

Color Harmonies of #EAD19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD19E

Black with #EAD19E

Text Example


Text Example

White with #EAD19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD19E; }

 p { color: rgb(234,209,158); }

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

background-color css

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

 a { background-color: rgb(234,209,158); }

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

border-color css

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

 span { border-color: rgb(234,209,158); }

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