Html Css Color HEX #ECE286 Khaki

📋 copy color: '#ECE286'

red 236 ◦ green 226 ◦ blue 134

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

Shades of Khaki #ECE286

Tints of Khaki #ECE286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.48%

R = 39.6%
G = 37.92%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECE286 (or 0xECE286) is known color: Khaki. HEX triplet: EC, E2 and 86. RGB value is (236,226,134). Sum of RGB (Red+Green+Blue) = 236+226+134=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE286 is #131D79. Grayscale: #DADADA. Windows color (decimal): -1252730 or 8839916. OLE color: 8839916.

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

Color convert

RGB 236 226 134 -
CMYK 0 0.04 0.43 0.07
HSL 54.12º 0.73% 0.73% -
HSV(B) 54.12º 0.43% 0.93% -
XYZ 66.09 73.95 33.34 -
YUV 218.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 236 226 134 0 0.04 0.43 0.07 54.12 0.73 0.73
Hex EC E2 86 0 4 2B 7 36 49 49
Octal 354 342 206 0 4 53 7 66 111 111
Binary 11101100 11100010 10000110 0 100 101011 111 110110 1001001 1001001

Color Harmonies of #ECE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE286

Black with #ECE286

Text Example


Text Example

White with #ECE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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