Html Css Color HEX #EFE391 Khaki

📋 copy color: '#EFE391'

red 239 ◦ green 227 ◦ blue 145

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

Shades of Khaki #EFE391

Tints of Khaki #EFE391

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.15%

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

R = 39.12%
G = 37.15%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE391 (or 0xEFE391) is known color: Khaki. HEX triplet: EF, E3 and 91. RGB value is (239,227,145). Sum of RGB (Red+Green+Blue) = 239+227+145=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE391 is #101C6E. Grayscale: #DDDDDD. Windows color (decimal): -1055855 or 9561071. OLE color: 9561071.

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

Color convert

RGB 239 227 145 -
CMYK 0 0.05 0.39 0.06
HSL 52.34º 0.75% 0.75% -
HSV(B) 52.34º 0.39% 0.94% -
XYZ 68.18 75.33 37.74 -
YUV 221.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 239 227 145 0 0.05 0.39 0.06 52.34 0.75 0.75
Hex EF E3 91 0 5 27 6 34 4B 4B
Octal 357 343 221 0 5 47 6 64 113 113
Binary 11101111 11100011 10010001 0 101 100111 110 110100 1001011 1001011

Color Harmonies of #EFE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE391

Black with #EFE391

Text Example


Text Example

White with #EFE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE391; }

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

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

background-color css

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

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

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

border-color css

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

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

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