Html Css Color HEX #ECE595 Khaki

📋 copy color: '#ECE595'

red 236 ◦ green 229 ◦ blue 149

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

Shades of Khaki #ECE595

Tints of Khaki #ECE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.3%

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

R = 38.44%
G = 37.3%
B = 24.27%

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

#ECE595 (or 0xECE595) is known color: Khaki. HEX triplet: EC, E5 and 95. RGB value is (236,229,149). Sum of RGB (Red+Green+Blue) = 236+229+149=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE595 is #131A6A. Grayscale: #DEDEDE. Windows color (decimal): -1251947 or 9823724. OLE color: 9823724.

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

Color convert

RGB 236 229 149 -
CMYK 0 0.03 0.37 0.07
HSL 55.17º 0.7% 0.75% -
HSV(B) 55.17º 0.37% 0.93% -
XYZ 68.04 76.04 39.53 -
YUV 221.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 236 229 149 0 0.03 0.37 0.07 55.17 0.7 0.75
Hex EC E5 95 0 3 25 7 37 46 4B
Octal 354 345 225 0 3 45 7 67 106 113
Binary 11101100 11100101 10010101 0 11 100101 111 110111 1000110 1001011

Color Harmonies of #ECE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE595

Black with #ECE595

Text Example


Text Example

White with #ECE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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