Html Css Color HEX #E0C694 Chamois

📋 copy color: '#E0C694'

red 224 ◦ green 198 ◦ blue 148

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

Shades of Chamois #E0C694

Tints of Chamois #E0C694

RGB

 RED value IS 224 (87.89% from 255) = 39.3%

 GREEN value IS 198 (77.73% from 255) = 34.74%

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

R = 39.3%
G = 34.74%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E0C694 (or 0xE0C694) is known color: Chamois. HEX triplet: E0, C6 and 94. RGB value is (224,198,148). Sum of RGB (Red+Green+Blue) = 224+198+148=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C694 is #1F396B. Grayscale: #C8C8C8. Windows color (decimal): -2046316 or 9750240. OLE color: 9750240.

HSL color Cylindrical-coordinate representation of color #E0C694: hue angle of 39.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0C694 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 198 148 -
CMYK 0 0.12 0.34 0.12
HSL 39.47º 0.55% 0.73% -
HSV(B) 39.47º 0.34% 0.88% -
XYZ 56.28 58.37 36.32 -
YUV 200.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 224 198 148 0 0.12 0.34 0.12 39.47 0.55 0.73
Hex E0 C6 94 0 C 22 C 27 37 49
Octal 340 306 224 0 14 42 14 47 67 111
Binary 11100000 11000110 10010100 0 1100 100010 1100 100111 110111 1001001

Color Harmonies of #E0C694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C694

Black with #E0C694

Text Example


Text Example

White with #E0C694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C694; }

 p { color: rgb(224,198,148); }

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

background-color css

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

 a { background-color: rgb(224,198,148); }

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

border-color css

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

 span { border-color: rgb(224,198,148); }

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