Html Css Color HEX #ECE495 Khaki

📋 copy color: '#ECE495'

red 236 ◦ green 228 ◦ blue 149

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

Shades of Khaki #ECE495

Tints of Khaki #ECE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

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

R = 38.5%
G = 37.19%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE495 (or 0xECE495) is known color: Khaki. HEX triplet: EC, E4 and 95. RGB value is (236,228,149). Sum of RGB (Red+Green+Blue) = 236+228+149=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE495 is #131B6A. Grayscale: #DDDDDD. Windows color (decimal): -1252203 or 9823468. OLE color: 9823468.

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

Color convert

RGB 236 228 149 -
CMYK 0 0.03 0.37 0.07
HSL 54.48º 0.7% 0.75% -
HSV(B) 54.48º 0.37% 0.93% -
XYZ 67.76 75.49 39.43 -
YUV 221.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 236 228 149 0 0.03 0.37 0.07 54.48 0.7 0.75
Hex EC E4 95 0 3 25 7 36 46 4B
Octal 354 344 225 0 3 45 7 66 106 113
Binary 11101100 11100100 10010101 0 11 100101 111 110110 1000110 1001011

Color Harmonies of #ECE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE495

Black with #ECE495

Text Example


Text Example

White with #ECE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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