Html Css Color HEX #ECE28C Khaki

📋 copy color: '#ECE28C'

red 236 ◦ green 226 ◦ blue 140

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

Shades of Khaki #ECE28C

Tints of Khaki #ECE28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.26%

R = 39.2%
G = 37.54%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECE28C (or 0xECE28C) is known color: Khaki. HEX triplet: EC, E2 and 8C. RGB value is (236,226,140). Sum of RGB (Red+Green+Blue) = 236+226+140=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE28C is #131D73. Grayscale: #DBDBDB. Windows color (decimal): -1252724 or 9233132. OLE color: 9233132.

HSL color Cylindrical-coordinate representation of color #ECE28C: hue angle of 53.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECE28C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 226 140 -
CMYK 0 0.04 0.41 0.07
HSL 53.75º 0.72% 0.74% -
HSV(B) 53.75º 0.41% 0.93% -
XYZ 66.52 74.12 35.61 -
YUV 219.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 236 226 140 0 0.04 0.41 0.07 53.75 0.72 0.74
Hex EC E2 8C 0 4 29 7 36 48 4A
Octal 354 342 214 0 4 51 7 66 110 112
Binary 11101100 11100010 10001100 0 100 101001 111 110110 1001000 1001010

Color Harmonies of #ECE28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE28C

Black with #ECE28C

Text Example


Text Example

White with #ECE28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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