Html Css Color HEX #ECE295 Khaki

📋 copy color: '#ECE295'

red 236 ◦ green 226 ◦ blue 149

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

Shades of Khaki #ECE295

Tints of Khaki #ECE295

RGB

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

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

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

R = 38.63%
G = 36.99%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE295 (or 0xECE295) is known color: Khaki. HEX triplet: EC, E2 and 95. RGB value is (236,226,149). Sum of RGB (Red+Green+Blue) = 236+226+149=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE295 is #131D6A. Grayscale: #DCDCDC. Windows color (decimal): -1252715 or 9822956. OLE color: 9822956.

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

Color convert

RGB 236 226 149 -
CMYK 0 0.04 0.37 0.07
HSL 53.1º 0.7% 0.75% -
HSV(B) 53.1º 0.37% 0.93% -
XYZ 67.21 74.4 39.25 -
YUV 220.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 236 226 149 0 0.04 0.37 0.07 53.1 0.7 0.75
Hex EC E2 95 0 4 25 7 35 46 4B
Octal 354 342 225 0 4 45 7 65 106 113
Binary 11101100 11100010 10010101 0 100 100101 111 110101 1000110 1001011

Color Harmonies of #ECE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE295

Black with #ECE295

Text Example


Text Example

White with #ECE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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