Html Css Color HEX #ECE196 Khaki

📋 copy color: '#ECE196'

red 236 ◦ green 225 ◦ blue 150

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

Shades of Khaki #ECE196

Tints of Khaki #ECE196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 150 (58.98% from 255) = 24.55%

R = 38.63%
G = 36.82%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECE196 (or 0xECE196) is known color: Khaki. HEX triplet: EC, E1 and 96. RGB value is (236,225,150). Sum of RGB (Red+Green+Blue) = 236+225+150=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE196 is #131E69. Grayscale: #DCDCDC. Windows color (decimal): -1252970 or 9888236. OLE color: 9888236.

HSL color Cylindrical-coordinate representation of color #ECE196: hue angle of 52.33º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE196 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 150 -
CMYK 0 0.05 0.36 0.07
HSL 52.33º 0.69% 0.76% -
HSV(B) 52.33º 0.36% 0.93% -
XYZ 67.02 73.89 39.58 -
YUV 219.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 236 225 150 0 0.05 0.36 0.07 52.33 0.69 0.76
Hex EC E1 96 0 5 24 7 34 45 4C
Octal 354 341 226 0 5 44 7 64 105 114
Binary 11101100 11100001 10010110 0 101 100100 111 110100 1000101 1001100

Color Harmonies of #ECE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE196

Black with #ECE196

Text Example


Text Example

White with #ECE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE196; }

 p { color: rgb(236,225,150); }

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

background-color css

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

 a { background-color: rgb(236,225,150); }

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

border-color css

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

 span { border-color: rgb(236,225,150); }

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