Html Css Color HEX #EAC990 Chamois

📋 copy color: '#EAC990'

red 234 ◦ green 201 ◦ blue 144

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

Shades of Chamois #EAC990

Tints of Chamois #EAC990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 40.41%
G = 34.72%
B = 24.87%

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

#EAC990 (or 0xEAC990) is known color: Chamois. HEX triplet: EA, C9 and 90. RGB value is (234,201,144). Sum of RGB (Red+Green+Blue) = 234+201+144=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC990 is #15366F. Grayscale: #CCCCCC. Windows color (decimal): -1390192 or 9488874. OLE color: 9488874.

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

Color convert

RGB 234 201 144 -
CMYK 0 0.14 0.38 0.08
HSL 38º 0.68% 0.74% -
HSV(B) 38º 0.38% 0.92% -
XYZ 59.85 61.28 35.06 -
YUV 204.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 234 201 144 0 0.14 0.38 0.08 38 0.68 0.74
Hex EA C9 90 0 E 26 8 26 44 4A
Octal 352 311 220 0 16 46 10 46 104 112
Binary 11101010 11001001 10010000 0 1110 100110 1000 100110 1000100 1001010

Color Harmonies of #EAC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC990

Black with #EAC990

Text Example


Text Example

White with #EAC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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