Html Css Color HEX #ECE094 Khaki

📋 copy color: '#ECE094'

red 236 ◦ green 224 ◦ blue 148

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

Shades of Khaki #ECE094

Tints of Khaki #ECE094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.34%

R = 38.82%
G = 36.84%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE094 (or 0xECE094) is known color: Khaki. HEX triplet: EC, E0 and 94. RGB value is (236,224,148). Sum of RGB (Red+Green+Blue) = 236+224+148=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE094 is #131F6B. Grayscale: #DBDBDB. Windows color (decimal): -1253228 or 9756908. OLE color: 9756908.

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

Color convert

RGB 236 224 148 -
CMYK 0 0.05 0.37 0.07
HSL 51.82º 0.7% 0.75% -
HSV(B) 51.82º 0.37% 0.93% -
XYZ 66.59 73.28 38.65 -
YUV 218.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 236 224 148 0 0.05 0.37 0.07 51.82 0.7 0.75
Hex EC E0 94 0 5 25 7 34 46 4B
Octal 354 340 224 0 5 45 7 64 106 113
Binary 11101100 11100000 10010100 0 101 100101 111 110100 1000110 1001011

Color Harmonies of #ECE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE094

Black with #ECE094

Text Example


Text Example

White with #ECE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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