#EBE28F

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

Shades of Khaki #EBE28F

Tints of Khaki #EBE28F

Color information

#EBE28F (or 0xEBE28F) is unknown color: approx Khaki. HEX triplet: EB, E2 and 8F. RGB value is (235,226,143). Sum of RGB (Red+Green+Blue) = 235+226+143=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28F is #141D70. Grayscale: #DBDBDB. Windows color (decimal): -1318257 or 9429739. OLE color: 9429739.

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

Color convert

RGB235226143-
CMYK00.040.390.08
HSL54.13º69.7%74.12%-
HSV(B)54.13º39.15%92.16%-
XYZ66.4274.0436.78-
YUV219.2384.98139.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 143 (56.25% from 255) = 23.68%
R=38.91%
G=37.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522614300.040.390.0854.1369.774.12
HexEBE28F0427836464a
Octal35334221704471066106112
Binary1110101111100010100011110100100111100011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE28F; }

 p { color: rgb(235,226,143); }

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

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

 a { background-color: rgb(235,226,143); }

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

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

 span { border-color: rgb(235,226,143); }

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