Html Css Color HEX #EFE596 Khaki

📋 copy color: '#EFE596'

red 239 ◦ green 229 ◦ blue 150

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

Shades of Khaki #EFE596

Tints of Khaki #EFE596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.27%

R = 38.67%
G = 37.06%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFE596 (or 0xEFE596) is known color: Khaki. HEX triplet: EF, E5 and 96. RGB value is (239,229,150). Sum of RGB (Red+Green+Blue) = 239+229+150=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE596 is #101A69. Grayscale: #DFDFDF. Windows color (decimal): -1055338 or 9889263. OLE color: 9889263.

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

Color convert

RGB 239 229 150 -
CMYK 0 0.04 0.37 0.06
HSL 53.26º 0.74% 0.76% -
HSV(B) 53.26º 0.37% 0.94% -
XYZ 69.12 76.59 39.99 -
YUV 222.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 239 229 150 0 0.04 0.37 0.06 53.26 0.74 0.76
Hex EF E5 96 0 4 25 6 35 4A 4C
Octal 357 345 226 0 4 45 6 65 112 114
Binary 11101111 11100101 10010110 0 100 100101 110 110101 1001010 1001100

Color Harmonies of #EFE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE596

Black with #EFE596

Text Example


Text Example

White with #EFE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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