Html Css Color HEX #EFE891 Khaki

📋 copy color: '#EFE891'

red 239 ◦ green 232 ◦ blue 145

#EFE891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EFE891

Tints of Khaki #EFE891

RGB

 RED value IS 239 (93.75% from 255) = 38.8%

 GREEN value IS 232 (91.02% from 255) = 37.66%

 BLUE value IS 145 (57.03% from 255) = 23.54%

R = 38.8%
G = 37.66%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE891 (or 0xEFE891) is known color: Khaki. HEX triplet: EF, E8 and 91. RGB value is (239,232,145). Sum of RGB (Red+Green+Blue) = 239+232+145=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE891 is #10176E. Grayscale: #E0E0E0. Windows color (decimal): -1054575 or 9562351. OLE color: 9562351.

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

Color convert

RGB 239 232 145 -
CMYK 0 0.03 0.39 0.06
HSL 55.53º 0.75% 0.75% -
HSV(B) 55.53º 0.39% 0.94% -
XYZ 69.56 78.11 38.2 -
YUV 224.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 239 232 145 0 0.03 0.39 0.06 55.53 0.75 0.75
Hex EF E8 91 0 3 27 6 38 4B 4B
Octal 357 350 221 0 3 47 6 70 113 113
Binary 11101111 11101000 10010001 0 11 100111 110 111000 1001011 1001011

Color Harmonies of #EFE891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE891

Black with #EFE891

Text Example


Text Example

White with #EFE891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE891; }

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

 H1.HeaderClassName
 {
   color: #EFE891;
 }
 .AnyTagClassName
 {
   color: #EFE891;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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