#EBE08D

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

Shades of Khaki #EBE08D

Tints of Khaki #EBE08D

Color information

#EBE08D (or 0xEBE08D) is unknown color: approx Khaki. HEX triplet: EB, E0 and 8D. RGB value is (235,224,141). Sum of RGB (Red+Green+Blue) = 235+224+141=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE08D is #141F72. Grayscale: #DADADA. Windows color (decimal): -1318771 or 9298155. OLE color: 9298155.

HSL color Cylindrical-coordinate representation of color #EBE08D: hue angle of 52.98º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBE08D is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235224141-
CMYK00.050.40.08
HSL52.98º70.15%73.73%-
HSV(B)52.98º40%92.16%-
XYZ65.7272.935.81-
YUV217.8384.64140.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 141 (55.47% from 255) = 23.5%
R=39.17%
G=37.33%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522414100.050.40.0852.9870.1573.73
HexEBE08D0528835464a
Octal35334021505501065106112
Binary1110101111100000100011010101101000100011010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE08D; }

 p { color: rgb(235,224,141); }

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

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

 a { background-color: rgb(235,224,141); }

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

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

 span { border-color: rgb(235,224,141); }

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