Html Css Color HEX #EEE385 Khaki

📋 copy color: '#EEE385'

red 238 ◦ green 227 ◦ blue 133

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

Shades of Khaki #EEE385

Tints of Khaki #EEE385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.24%

R = 39.8%
G = 37.96%
B = 22.24%

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

#EEE385 (or 0xEEE385) is known color: Khaki. HEX triplet: EE, E3 and 85. RGB value is (238,227,133). Sum of RGB (Red+Green+Blue) = 238+227+133=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE385 is #111C7A. Grayscale: #DBDBDB. Windows color (decimal): -1121403 or 8774638. OLE color: 8774638.

HSL color Cylindrical-coordinate representation of color #EEE385: hue angle of 53.71º degrees, saturation: 0.76, 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 #EEE385 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 227 133 -
CMYK 0 0.05 0.44 0.07
HSL 53.71º 0.76% 0.73% -
HSV(B) 53.71º 0.44% 0.93% -
XYZ 66.96 74.81 33.1 -
YUV 219.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 238 227 133 0 0.05 0.44 0.07 53.71 0.76 0.73
Hex EE E3 85 0 5 2C 7 36 4C 49
Octal 356 343 205 0 5 54 7 66 114 111
Binary 11101110 11100011 10000101 0 101 101100 111 110110 1001100 1001001

Color Harmonies of #EEE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE385

Black with #EEE385

Text Example


Text Example

White with #EEE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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