Html Css Color HEX #EFE594 Khaki

📋 copy color: '#EFE594'

red 239 ◦ green 229 ◦ blue 148

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

Shades of Khaki #EFE594

Tints of Khaki #EFE594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 38.8%
G = 37.18%
B = 24.03%

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

#EFE594 (or 0xEFE594) is known color: Khaki. HEX triplet: EF, E5 and 94. RGB value is (239,229,148). Sum of RGB (Red+Green+Blue) = 239+229+148=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE594 is #101A6B. Grayscale: #DFDFDF. Windows color (decimal): -1055340 or 9758191. OLE color: 9758191.

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

Color convert

RGB 239 229 148 -
CMYK 0 0.04 0.38 0.06
HSL 53.41º 0.74% 0.76% -
HSV(B) 53.41º 0.38% 0.94% -
XYZ 68.96 76.53 39.15 -
YUV 222.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 239 229 148 0 0.04 0.38 0.06 53.41 0.74 0.76
Hex EF E5 94 0 4 26 6 35 4A 4C
Octal 357 345 224 0 4 46 6 65 112 114
Binary 11101111 11100101 10010100 0 100 100110 110 110101 1001010 1001100

Color Harmonies of #EFE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE594

Black with #EFE594

Text Example


Text Example

White with #EFE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE594; }

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

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

background-color css

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

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

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

border-color css

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

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

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