Html Css Color HEX #EFE795 Khaki

📋 copy color: '#EFE795'

red 239 ◦ green 231 ◦ blue 149

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

Shades of Khaki #EFE795

Tints of Khaki #EFE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.32%

 BLUE value IS 149 (58.59% from 255) = 24.07%

R = 38.61%
G = 37.32%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE795 (or 0xEFE795) is known color: Khaki. HEX triplet: EF, E7 and 95. RGB value is (239,231,149). Sum of RGB (Red+Green+Blue) = 239+231+149=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE795 is #10186A. Grayscale: #E0E0E0. Windows color (decimal): -1054827 or 9824239. OLE color: 9824239.

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

Color convert

RGB 239 231 149 -
CMYK 0 0.03 0.38 0.06
HSL 54.67º 0.74% 0.76% -
HSV(B) 54.67º 0.38% 0.94% -
XYZ 69.6 77.67 39.76 -
YUV 224.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 239 231 149 0 0.03 0.38 0.06 54.67 0.74 0.76
Hex EF E7 95 0 3 26 6 37 4A 4C
Octal 357 347 225 0 3 46 6 67 112 114
Binary 11101111 11100111 10010101 0 11 100110 110 110111 1001010 1001100

Color Harmonies of #EFE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE795

Black with #EFE795

Text Example


Text Example

White with #EFE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE795; }

 p { color: rgb(239,231,149); }

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

background-color css

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

 a { background-color: rgb(239,231,149); }

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

border-color css

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

 span { border-color: rgb(239,231,149); }

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