Html Css Color HEX #EBCC8E Chamois

📋 copy color: '#EBCC8E'

red 235 ◦ green 204 ◦ blue 142

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

Shades of Chamois #EBCC8E

Tints of Chamois #EBCC8E

RGB

 RED value IS 235 (92.19% from 255) = 40.45%

 GREEN value IS 204 (80.08% from 255) = 35.11%

 BLUE value IS 142 (55.86% from 255) = 24.44%

R = 40.45%
G = 35.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBCC8E (or 0xEBCC8E) is known color: Chamois. HEX triplet: EB, CC and 8E. RGB value is (235,204,142). Sum of RGB (Red+Green+Blue) = 235+204+142=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8E is #143371. Grayscale: #CECECE. Windows color (decimal): -1323890 or 9358571. OLE color: 9358571.

HSL color Cylindrical-coordinate representation of color #EBCC8E: hue angle of 40º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBCC8E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 142 -
CMYK 0 0.13 0.40 0.08
HSL 40º 0.7% 0.74% -
HSV(B) 40º 0.4% 0.92% -
XYZ 60.74 62.8 34.51 -
YUV 206.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 235 204 142 0 0.13 0.40 0.08 40 0.7 0.74
Hex EB CC 8E 0 D 28 8 28 46 4A
Octal 353 314 216 0 15 50 10 50 106 112
Binary 11101011 11001100 10001110 0 1101 101000 1000 101000 1000110 1001010

Color Harmonies of #EBCC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC8E

Black with #EBCC8E

Text Example


Text Example

White with #EBCC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC8E; }

 p { color: rgb(235,204,142); }

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

background-color css

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

 a { background-color: rgb(235,204,142); }

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

border-color css

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

 span { border-color: rgb(235,204,142); }

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