#EBE492

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

Shades of Khaki #EBE492

Tints of Khaki #EBE492

Color information

#EBE492 (or 0xEBE492) is unknown color: approx Khaki. HEX triplet: EB, E4 and 92. RGB value is (235,228,146). Sum of RGB (Red+Green+Blue) = 235+228+146=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE492 is #141B6D. Grayscale: #DDDDDD. Windows color (decimal): -1317742 or 9626859. OLE color: 9626859.

HSL color Cylindrical-coordinate representation of color #EBE492: hue angle of 55.28º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBE492 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235228146-
CMYK00.030.380.08
HSL55.28º68.99%74.71%-
HSV(B)55.28º37.87%92.16%-
XYZ67.1975.2238.17-
YUV220.7485.82138.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 146 (57.42% from 255) = 23.97%
R=38.59%
G=37.44%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522814600.030.380.0855.2868.9974.71
HexEBE4920326837454b
Octal35334422203461067105113
Binary111010111110010010010010011100110100011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE492; }

 p { color: rgb(235,228,146); }

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

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

 a { background-color: rgb(235,228,146); }

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

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

 span { border-color: rgb(235,228,146); }

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