Html Css Color HEX #EAC894 Chamois

📋 copy color: '#EAC894'

red 234 ◦ green 200 ◦ blue 148

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

Shades of Chamois #EAC894

Tints of Chamois #EAC894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

 BLUE value IS 148 (58.2% from 255) = 25.43%

R = 40.21%
G = 34.36%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAC894 (or 0xEAC894) is known color: Chamois. HEX triplet: EA, C8 and 94. RGB value is (234,200,148). Sum of RGB (Red+Green+Blue) = 234+200+148=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC894 is #15376B. Grayscale: #CCCCCC. Windows color (decimal): -1390444 or 9750762. OLE color: 9750762.

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

Color convert

RGB 234 200 148 -
CMYK 0 0.15 0.37 0.08
HSL 36.28º 0.67% 0.75% -
HSV(B) 36.28º 0.37% 0.92% -
XYZ 59.93 60.94 36.62 -
YUV 204.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 234 200 148 0 0.15 0.37 0.08 36.28 0.67 0.75
Hex EA C8 94 0 F 25 8 24 43 4B
Octal 352 310 224 0 17 45 10 44 103 113
Binary 11101010 11001000 10010100 0 1111 100101 1000 100100 1000011 1001011

Color Harmonies of #EAC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC894

Black with #EAC894

Text Example


Text Example

White with #EAC894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC894; }

 p { color: rgb(234,200,148); }

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

background-color css

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

 a { background-color: rgb(234,200,148); }

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

border-color css

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

 span { border-color: rgb(234,200,148); }

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