Html Css Color HEX #EFE495 Khaki

📋 copy color: '#EFE495'

red 239 ◦ green 228 ◦ blue 149

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

Shades of Khaki #EFE495

Tints of Khaki #EFE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

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

R = 38.8%
G = 37.01%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE495 (or 0xEFE495) is known color: Khaki. HEX triplet: EF, E4 and 95. RGB value is (239,228,149). Sum of RGB (Red+Green+Blue) = 239+228+149=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE495 is #101B6A. Grayscale: #DEDEDE. Windows color (decimal): -1055595 or 9823471. OLE color: 9823471.

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

Color convert

RGB 239 228 149 -
CMYK 0 0.05 0.38 0.06
HSL 52.67º 0.74% 0.76% -
HSV(B) 52.67º 0.38% 0.94% -
XYZ 68.76 76.01 39.48 -
YUV 222.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 239 228 149 0 0.05 0.38 0.06 52.67 0.74 0.76
Hex EF E4 95 0 5 26 6 35 4A 4C
Octal 357 344 225 0 5 46 6 65 112 114
Binary 11101111 11100100 10010101 0 101 100110 110 110101 1001010 1001100

Color Harmonies of #EFE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE495

Black with #EFE495

Text Example


Text Example

White with #EFE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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