Html Css Color HEX #ECE994 Khaki

📋 copy color: '#ECE994'

red 236 ◦ green 233 ◦ blue 148

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

Shades of Khaki #ECE994

Tints of Khaki #ECE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

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

R = 38.25%
G = 37.76%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE994 (or 0xECE994) is known color: Khaki. HEX triplet: EC, E9 and 94. RGB value is (236,233,148). Sum of RGB (Red+Green+Blue) = 236+233+148=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE994 is #13166B. Grayscale: #E0E0E0. Windows color (decimal): -1250924 or 9759212. OLE color: 9759212.

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

Color convert

RGB 236 233 148 -
CMYK 0 0.01 0.37 0.07
HSL 57.95º 0.7% 0.75% -
HSV(B) 57.95º 0.37% 0.93% -
XYZ 69.08 78.25 39.48 -
YUV 224.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 236 233 148 0 0.01 0.37 0.07 57.95 0.7 0.75
Hex EC E9 94 0 1 25 7 3A 46 4B
Octal 354 351 224 0 1 45 7 72 106 113
Binary 11101100 11101001 10010100 0 1 100101 111 111010 1000110 1001011

Color Harmonies of #ECE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE994

Black with #ECE994

Text Example


Text Example

White with #ECE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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