#EFE28A

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

Shades of Khaki #EFE28A

Tints of Khaki #EFE28A

Color information

#EFE28A (or 0xEFE28A) is unknown color: approx Khaki. HEX triplet: EF, E2 and 8A. RGB value is (239,226,138). Sum of RGB (Red+Green+Blue) = 239+226+138=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28A is #101D75. Grayscale: #DCDCDC. Windows color (decimal): -1056118 or 9102063. OLE color: 9102063.

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

Color convert

RGB239226138-
CMYK00.050.420.06
HSL52.28º75.94%73.92%-
HSV(B)52.28º42.26%93.73%-
XYZ67.3874.5834.89-
YUV219.8681.81141.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=39.64%
G=37.48%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922613800.050.420.0652.2875.9473.92
HexEFE28A052A6344c4a
Octal3573422120552664114112
Binary111011111110001010001010010110101011011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE28A; }

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

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

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

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

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

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

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

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