Html Css Color HEX #EFE191 Khaki

📋 copy color: '#EFE191'

red 239 ◦ green 225 ◦ blue 145

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

Shades of Khaki #EFE191

Tints of Khaki #EFE191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 39.24%
G = 36.95%
B = 23.81%

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

#EFE191 (or 0xEFE191) is known color: Khaki. HEX triplet: EF, E1 and 91. RGB value is (239,225,145). Sum of RGB (Red+Green+Blue) = 239+225+145=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE191 is #101E6E. Grayscale: #DCDCDC. Windows color (decimal): -1056367 or 9560559. OLE color: 9560559.

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

Color convert

RGB 239 225 145 -
CMYK 0 0.06 0.39 0.06
HSL 51.06º 0.75% 0.75% -
HSV(B) 51.06º 0.39% 0.94% -
XYZ 67.63 74.25 37.55 -
YUV 220.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 239 225 145 0 0.06 0.39 0.06 51.06 0.75 0.75
Hex EF E1 91 0 6 27 6 33 4B 4B
Octal 357 341 221 0 6 47 6 63 113 113
Binary 11101111 11100001 10010001 0 110 100111 110 110011 1001011 1001011

Color Harmonies of #EFE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE191

Black with #EFE191

Text Example


Text Example

White with #EFE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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