Html Css Color HEX #EFE091 Khaki

📋 copy color: '#EFE091'

red 239 ◦ green 224 ◦ blue 145

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

Shades of Khaki #EFE091

Tints of Khaki #EFE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.84%

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

R = 39.31%
G = 36.84%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE091 (or 0xEFE091) is known color: Khaki. HEX triplet: EF, E0 and 91. RGB value is (239,224,145). Sum of RGB (Red+Green+Blue) = 239+224+145=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE091 is #101F6E. Grayscale: #DBDBDB. Windows color (decimal): -1056623 or 9560303. OLE color: 9560303.

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

Color convert

RGB 239 224 145 -
CMYK 0 0.06 0.39 0.06
HSL 50.43º 0.75% 0.75% -
HSV(B) 50.43º 0.39% 0.94% -
XYZ 67.36 73.71 37.46 -
YUV 219.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 239 224 145 0 0.06 0.39 0.06 50.43 0.75 0.75
Hex EF E0 91 0 6 27 6 32 4B 4B
Octal 357 340 221 0 6 47 6 62 113 113
Binary 11101111 11100000 10010001 0 110 100111 110 110010 1001011 1001011

Color Harmonies of #EFE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE091

Black with #EFE091

Text Example


Text Example

White with #EFE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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