#EFE291

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

Shades of Khaki #EFE291

Tints of Khaki #EFE291

Color information

#EFE291 (or 0xEFE291) is unknown color: approx Khaki. HEX triplet: EF, E2 and 91. RGB value is (239,226,145). Sum of RGB (Red+Green+Blue) = 239+226+145=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE291 is #101D6E. Grayscale: #DCDCDC. Windows color (decimal): -1056111 or 9560815. OLE color: 9560815.

HSL color Cylindrical-coordinate representation of color #EFE291: hue angle of 51.7º 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 #EFE291 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239226145-
CMYK00.050.390.06
HSL51.7º74.6%75.29%-
HSV(B)51.7º39.33%93.73%-
XYZ67.974.7937.64-
YUV220.6585.31141.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 145 (57.03% from 255) = 23.77%
R=39.18%
G=37.05%
B=23.77%

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
Decimal23922614500.050.390.0651.774.675.29
HexEFE29105276344b4b
Octal3573422210547664113113
Binary111011111110001010010001010110011111011010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE291; }

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

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

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

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

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

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

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

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