Html Css Color HEX #ECE386 Khaki

📋 copy color: '#ECE386'

red 236 ◦ green 227 ◦ blue 134

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

Shades of Khaki #ECE386

Tints of Khaki #ECE386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.02%

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

R = 39.53%
G = 38.02%
B = 22.45%

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

#ECE386 (or 0xECE386) is known color: Khaki. HEX triplet: EC, E3 and 86. RGB value is (236,227,134). Sum of RGB (Red+Green+Blue) = 236+227+134=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE386 is #131C79. Grayscale: #DBDBDB. Windows color (decimal): -1252474 or 8840172. OLE color: 8840172.

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

Color convert

RGB 236 227 134 -
CMYK 0 0.04 0.43 0.07
HSL 54.71º 0.73% 0.73% -
HSV(B) 54.71º 0.43% 0.93% -
XYZ 66.36 74.49 33.43 -
YUV 219.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 236 227 134 0 0.04 0.43 0.07 54.71 0.73 0.73
Hex EC E3 86 0 4 2B 7 37 49 49
Octal 354 343 206 0 4 53 7 67 111 111
Binary 11101100 11100011 10000110 0 100 101011 111 110111 1001001 1001001

Color Harmonies of #ECE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE386

Black with #ECE386

Text Example


Text Example

White with #ECE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE386; }

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

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

background-color css

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

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

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

border-color css

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

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

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