Html Css Color HEX #ECD094 Chamois

📋 copy color: '#ECD094'

red 236 ◦ green 208 ◦ blue 148

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

Shades of Chamois #ECD094

Tints of Chamois #ECD094

RGB

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

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

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

R = 39.86%
G = 35.14%
B = 25%

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

#ECD094 (or 0xECD094) is known color: Chamois. HEX triplet: EC, D0 and 94. RGB value is (236,208,148). Sum of RGB (Red+Green+Blue) = 236+208+148=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD094 is #132F6B. Grayscale: #D1D1D1. Windows color (decimal): -1257324 or 9752812. OLE color: 9752812.

HSL color Cylindrical-coordinate representation of color #ECD094: hue angle of 40.91º 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 #ECD094 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 148 -
CMYK 0 0.12 0.37 0.07
HSL 40.91º 0.7% 0.75% -
HSV(B) 40.91º 0.37% 0.93% -
XYZ 62.49 65.08 37.29 -
YUV 209.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 236 208 148 0 0.12 0.37 0.07 40.91 0.7 0.75
Hex EC D0 94 0 C 25 7 29 46 4B
Octal 354 320 224 0 14 45 7 51 106 113
Binary 11101100 11010000 10010100 0 1100 100101 111 101001 1000110 1001011

Color Harmonies of #ECD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD094

Black with #ECD094

Text Example


Text Example

White with #ECD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD094; }

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

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

background-color css

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

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

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

border-color css

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

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

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