Html Css Color HEX #ECE296 Khaki

📋 copy color: '#ECE296'

red 236 ◦ green 226 ◦ blue 150

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

Shades of Khaki #ECE296

Tints of Khaki #ECE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 38.56%
G = 36.93%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECE296 (or 0xECE296) is known color: Khaki. HEX triplet: EC, E2 and 96. RGB value is (236,226,150). Sum of RGB (Red+Green+Blue) = 236+226+150=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE296 is #131D69. Grayscale: #DCDCDC. Windows color (decimal): -1252714 or 9888492. OLE color: 9888492.

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

Color convert

RGB 236 226 150 -
CMYK 0 0.04 0.36 0.07
HSL 53.02º 0.69% 0.76% -
HSV(B) 53.02º 0.36% 0.93% -
XYZ 67.29 74.43 39.67 -
YUV 220.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 236 226 150 0 0.04 0.36 0.07 53.02 0.69 0.76
Hex EC E2 96 0 4 24 7 35 45 4C
Octal 354 342 226 0 4 44 7 65 105 114
Binary 11101100 11100010 10010110 0 100 100100 111 110101 1000101 1001100

Color Harmonies of #ECE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE296

Black with #ECE296

Text Example


Text Example

White with #ECE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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