Html Css Color HEX #ECE294 Khaki

📋 copy color: '#ECE294'

red 236 ◦ green 226 ◦ blue 148

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

Shades of Khaki #ECE294

Tints of Khaki #ECE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.05%

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

R = 38.69%
G = 37.05%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE294 (or 0xECE294) is known color: Khaki. HEX triplet: EC, E2 and 94. RGB value is (236,226,148). Sum of RGB (Red+Green+Blue) = 236+226+148=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE294 is #131D6B. Grayscale: #DCDCDC. Windows color (decimal): -1252716 or 9757420. OLE color: 9757420.

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

Color convert

RGB 236 226 148 -
CMYK 0 0.04 0.37 0.07
HSL 53.18º 0.7% 0.75% -
HSV(B) 53.18º 0.37% 0.93% -
XYZ 67.13 74.36 38.83 -
YUV 220.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 236 226 148 0 0.04 0.37 0.07 53.18 0.7 0.75
Hex EC E2 94 0 4 25 7 35 46 4B
Octal 354 342 224 0 4 45 7 65 106 113
Binary 11101100 11100010 10010100 0 100 100101 111 110101 1000110 1001011

Color Harmonies of #ECE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE294

Black with #ECE294

Text Example


Text Example

White with #ECE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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