Html Css Color HEX #ECD095 Chamois

📋 copy color: '#ECD095'

red 236 ◦ green 208 ◦ blue 149

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

Shades of Chamois #ECD095

Tints of Chamois #ECD095

RGB

 RED value IS 236 (92.58% from 255) = 39.8%

 GREEN value IS 208 (81.64% from 255) = 35.08%

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 39.8%
G = 35.08%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECD095 (or 0xECD095) is known color: Chamois. HEX triplet: EC, D0 and 95. RGB value is (236,208,149). Sum of RGB (Red+Green+Blue) = 236+208+149=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD095 is #132F6A. Grayscale: #D1D1D1. Windows color (decimal): -1257323 or 9818348. OLE color: 9818348.

HSL color Cylindrical-coordinate representation of color #ECD095: hue angle of 40.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECD095 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 149 -
CMYK 0 0.12 0.37 0.07
HSL 40.69º 0.7% 0.75% -
HSV(B) 40.69º 0.37% 0.93% -
XYZ 62.57 65.11 37.7 -
YUV 209.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 236 208 149 0 0.12 0.37 0.07 40.69 0.7 0.75
Hex EC D0 95 0 C 25 7 29 46 4B
Octal 354 320 225 0 14 45 7 51 106 113
Binary 11101100 11010000 10010101 0 1100 100101 111 101001 1000110 1001011

Color Harmonies of #ECD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD095

Black with #ECD095

Text Example


Text Example

White with #ECD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD095; }

 p { color: rgb(236,208,149); }

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

background-color css

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

 a { background-color: rgb(236,208,149); }

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

border-color css

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

 span { border-color: rgb(236,208,149); }

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