Html Css Color HEX #EAC992 Chamois

📋 copy color: '#EAC992'

red 234 ◦ green 201 ◦ blue 146

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

Shades of Chamois #EAC992

Tints of Chamois #EAC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.6%

 BLUE value IS 146 (57.42% from 255) = 25.13%

R = 40.28%
G = 34.6%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAC992 (or 0xEAC992) is known color: Chamois. HEX triplet: EA, C9 and 92. RGB value is (234,201,146). Sum of RGB (Red+Green+Blue) = 234+201+146=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC992 is #15366D. Grayscale: #CCCCCC. Windows color (decimal): -1390190 or 9619946. OLE color: 9619946.

HSL color Cylindrical-coordinate representation of color #EAC992: hue angle of 37.5º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC992 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 146 -
CMYK 0 0.14 0.38 0.08
HSL 37.5º 0.68% 0.75% -
HSV(B) 37.5º 0.38% 0.92% -
XYZ 60.01 61.34 35.87 -
YUV 204.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 234 201 146 0 0.14 0.38 0.08 37.5 0.68 0.75
Hex EA C9 92 0 E 26 8 26 44 4B
Octal 352 311 222 0 16 46 10 46 104 113
Binary 11101010 11001001 10010010 0 1110 100110 1000 100110 1000100 1001011

Color Harmonies of #EAC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC992

Black with #EAC992

Text Example


Text Example

White with #EAC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC992; }

 p { color: rgb(234,201,146); }

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

background-color css

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

 a { background-color: rgb(234,201,146); }

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

border-color css

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

 span { border-color: rgb(234,201,146); }

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