Html Css Color HEX #EEE386 Khaki

📋 copy color: '#EEE386'

red 238 ◦ green 227 ◦ blue 134

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

Shades of Khaki #EEE386

Tints of Khaki #EEE386

RGB

 RED value IS 238 (93.36% from 255) = 39.73%

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

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

R = 39.73%
G = 37.9%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEE386 (or 0xEEE386) is known color: Khaki. HEX triplet: EE, E3 and 86. RGB value is (238,227,134). Sum of RGB (Red+Green+Blue) = 238+227+134=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE386 is #111C79. Grayscale: #DCDCDC. Windows color (decimal): -1121402 or 8840174. OLE color: 8840174.

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

Color convert

RGB 238 227 134 -
CMYK 0 0.05 0.44 0.07
HSL 53.65º 0.75% 0.73% -
HSV(B) 53.65º 0.44% 0.93% -
XYZ 67.03 74.84 33.47 -
YUV 219.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 238 227 134 0 0.05 0.44 0.07 53.65 0.75 0.73
Hex EE E3 86 0 5 2C 7 36 4B 49
Octal 356 343 206 0 5 54 7 66 113 111
Binary 11101110 11100011 10000110 0 101 101100 111 110110 1001011 1001001

Color Harmonies of #EEE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE386

Black with #EEE386

Text Example


Text Example

White with #EEE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE386; }

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

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

background-color css

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

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

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

border-color css

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

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

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