Html Css Color HEX #EFE593 Khaki

📋 copy color: '#EFE593'

red 239 ◦ green 229 ◦ blue 147

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

Shades of Khaki #EFE593

Tints of Khaki #EFE593

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.24%

 BLUE value IS 147 (57.81% from 255) = 23.9%

R = 38.86%
G = 37.24%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE593 (or 0xEFE593) is known color: Khaki. HEX triplet: EF, E5 and 93. RGB value is (239,229,147). Sum of RGB (Red+Green+Blue) = 239+229+147=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE593 is #101A6C. Grayscale: #DEDEDE. Windows color (decimal): -1055341 or 9692655. OLE color: 9692655.

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

Color convert

RGB 239 229 147 -
CMYK 0 0.04 0.38 0.06
HSL 53.48º 0.74% 0.76% -
HSV(B) 53.48º 0.38% 0.94% -
XYZ 68.88 76.5 38.74 -
YUV 222.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 239 229 147 0 0.04 0.38 0.06 53.48 0.74 0.76
Hex EF E5 93 0 4 26 6 35 4A 4C
Octal 357 345 223 0 4 46 6 65 112 114
Binary 11101111 11100101 10010011 0 100 100110 110 110101 1001010 1001100

Color Harmonies of #EFE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE593

Black with #EFE593

Text Example


Text Example

White with #EFE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE593; }

 p { color: rgb(239,229,147); }

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

background-color css

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

 a { background-color: rgb(239,229,147); }

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

border-color css

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

 span { border-color: rgb(239,229,147); }

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