#EEE68D

Color #EEE68D Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EEE68D

Tints of Khaki #EEE68D

Color information

#EEE68D (or 0xEEE68D) is unknown color: approx Khaki. HEX triplet: EE, E6 and 8D. RGB value is (238,230,141). Sum of RGB (Red+Green+Blue) = 238+230+141=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE68D is #111972. Grayscale: #DEDEDE. Windows color (decimal): -1120627 or 9299694. OLE color: 9299694.

HSL color Cylindrical-coordinate representation of color #EEE68D: hue angle of 55.05º degrees, saturation: 0.74, 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 #EEE68D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238230141-
CMYK00.030.410.07
HSL55.05º74.05%74.31%-
HSV(B)55.05º40.76%93.33%-
XYZ68.3676.6936.4-
YUV222.2582.15139.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=39.08%
G=37.77%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823014100.030.410.0755.0574.0574.31
HexEEE68D03297374a4a
Octal3563462150351767112112
Binary11101110111001101000110101110100111111011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE68D; }

 p { color: rgb(238,230,141); }

 H1.HeaderClassName
 {
   color: #EEE68D;
 }
 .AnyTagClassName
 {
   color: #EEE68D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,230,141); }

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

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

 span { border-color: rgb(238,230,141); }

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