#EFE188

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

Shades of Khaki #EFE188

Tints of Khaki #EFE188

Color information

#EFE188 (or 0xEFE188) is unknown color: approx Khaki. HEX triplet: EF, E1 and 88. RGB value is (239,225,136). Sum of RGB (Red+Green+Blue) = 239+225+136=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE188 is #101E77. Grayscale: #DBDBDB. Windows color (decimal): -1056376 or 8970735. OLE color: 8970735.

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

Color convert

RGB239225136-
CMYK00.060.430.06
HSL51.84º76.3%73.53%-
HSV(B)51.84º43.1%93.73%-
XYZ66.9773.9834.04-
YUV219.0481.14142.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=39.83%
G=37.5%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922513600.060.430.0651.8476.373.53
HexEFE188062B6344c4a
Octal3573412100653664114112
Binary111011111110000110001000011010101111011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE188; }

 p { color: rgb(239,225,136); }

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

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

 a { background-color: rgb(239,225,136); }

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

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

 span { border-color: rgb(239,225,136); }

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