Html Css Color HEX #EFE693 Khaki

📋 copy color: '#EFE693'

red 239 ◦ green 230 ◦ blue 147

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

Shades of Khaki #EFE693

Tints of Khaki #EFE693

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

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

R = 38.8%
G = 37.34%
B = 23.86%

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

#EFE693 (or 0xEFE693) is known color: Khaki. HEX triplet: EF, E6 and 93. RGB value is (239,230,147). Sum of RGB (Red+Green+Blue) = 239+230+147=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE693 is #10196C. Grayscale: #DFDFDF. Windows color (decimal): -1055085 or 9692911. OLE color: 9692911.

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

Color convert

RGB 239 230 147 -
CMYK 0 0.04 0.38 0.06
HSL 54.13º 0.74% 0.76% -
HSV(B) 54.13º 0.38% 0.94% -
XYZ 69.16 77.05 38.83 -
YUV 223.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 239 230 147 0 0.04 0.38 0.06 54.13 0.74 0.76
Hex EF E6 93 0 4 26 6 36 4A 4C
Octal 357 346 223 0 4 46 6 66 112 114
Binary 11101111 11100110 10010011 0 100 100110 110 110110 1001010 1001100

Color Harmonies of #EFE693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE693

Black with #EFE693

Text Example


Text Example

White with #EFE693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE693; }

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

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

background-color css

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

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

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

border-color css

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

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

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