#EFE491

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

Shades of Khaki #EFE491

Tints of Khaki #EFE491

Color information

#EFE491 (or 0xEFE491) is unknown color: approx Khaki. HEX triplet: EF, E4 and 91. RGB value is (239,228,145). Sum of RGB (Red+Green+Blue) = 239+228+145=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE491 is #101B6E. Grayscale: #DEDEDE. Windows color (decimal): -1055599 or 9561327. OLE color: 9561327.

HSL color Cylindrical-coordinate representation of color #EFE491: hue angle of 52.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFE491 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239228145-
CMYK00.050.390.06
HSL52.98º74.6%75.29%-
HSV(B)52.98º39.33%93.73%-
XYZ68.4575.8837.83-
YUV221.8384.64140.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 145 (57.03% from 255) = 23.69%
R=39.05%
G=37.25%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922814500.050.390.0652.9874.675.29
HexEFE49105276354b4b
Octal3573442210547665113113
Binary111011111110010010010001010110011111011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE491; }

 p { color: rgb(239,228,145); }

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

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

 a { background-color: rgb(239,228,145); }

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

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

 span { border-color: rgb(239,228,145); }

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