Html Css Color HEX #ECE08E Khaki

📋 copy color: '#ECE08E'

red 236 ◦ green 224 ◦ blue 142

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

Shades of Khaki #ECE08E

Tints of Khaki #ECE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.21%

 BLUE value IS 142 (55.86% from 255) = 23.59%

R = 39.2%
G = 37.21%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECE08E (or 0xECE08E) is known color: Khaki. HEX triplet: EC, E0 and 8E. RGB value is (236,224,142). Sum of RGB (Red+Green+Blue) = 236+224+142=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE08E is #131F71. Grayscale: #DADADA. Windows color (decimal): -1253234 or 9363692. OLE color: 9363692.

HSL color Cylindrical-coordinate representation of color #ECE08E: hue angle of 52.34º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE08E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 142 -
CMYK 0 0.05 0.40 0.07
HSL 52.34º 0.71% 0.74% -
HSV(B) 52.34º 0.4% 0.93% -
XYZ 66.13 73.1 36.21 -
YUV 218.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 236 224 142 0 0.05 0.40 0.07 52.34 0.71 0.74
Hex EC E0 8E 0 5 28 7 34 47 4A
Octal 354 340 216 0 5 50 7 64 107 112
Binary 11101100 11100000 10001110 0 101 101000 111 110100 1000111 1001010

Color Harmonies of #ECE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE08E

Black with #ECE08E

Text Example


Text Example

White with #ECE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE08E; }

 p { color: rgb(236,224,142); }

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

background-color css

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

 a { background-color: rgb(236,224,142); }

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

border-color css

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

 span { border-color: rgb(236,224,142); }

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