Html Css Color HEX #ECE194 Khaki

📋 copy color: '#ECE194'

red 236 ◦ green 225 ◦ blue 148

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

Shades of Khaki #ECE194

Tints of Khaki #ECE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 38.75%
G = 36.95%
B = 24.3%

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

#ECE194 (or 0xECE194) is known color: Khaki. HEX triplet: EC, E1 and 94. RGB value is (236,225,148). Sum of RGB (Red+Green+Blue) = 236+225+148=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE194 is #131E6B. Grayscale: #DBDBDB. Windows color (decimal): -1252972 or 9757164. OLE color: 9757164.

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

Color convert

RGB 236 225 148 -
CMYK 0 0.05 0.37 0.07
HSL 52.5º 0.7% 0.75% -
HSV(B) 52.5º 0.37% 0.93% -
XYZ 66.86 73.82 38.74 -
YUV 219.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 236 225 148 0 0.05 0.37 0.07 52.5 0.7 0.75
Hex EC E1 94 0 5 25 7 34 46 4B
Octal 354 341 224 0 5 45 7 64 106 113
Binary 11101100 11100001 10010100 0 101 100101 111 110100 1000110 1001011

Color Harmonies of #ECE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE194

Black with #ECE194

Text Example


Text Example

White with #ECE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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