Html Css Color HEX #EFE694 Khaki

📋 copy color: '#EFE694'

red 239 ◦ green 230 ◦ blue 148

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

Shades of Khaki #EFE694

Tints of Khaki #EFE694

RGB

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

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

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

R = 38.74%
G = 37.28%
B = 23.99%

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

#EFE694 (or 0xEFE694) is known color: Khaki. HEX triplet: EF, E6 and 94. RGB value is (239,230,148). Sum of RGB (Red+Green+Blue) = 239+230+148=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE694 is #10196B. Grayscale: #DFDFDF. Windows color (decimal): -1055084 or 9758447. OLE color: 9758447.

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

Color convert

RGB 239 230 148 -
CMYK 0 0.04 0.38 0.06
HSL 54.07º 0.74% 0.76% -
HSV(B) 54.07º 0.38% 0.94% -
XYZ 69.24 77.08 39.25 -
YUV 223.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 239 230 148 0 0.04 0.38 0.06 54.07 0.74 0.76
Hex EF E6 94 0 4 26 6 36 4A 4C
Octal 357 346 224 0 4 46 6 66 112 114
Binary 11101111 11100110 10010100 0 100 100110 110 110110 1001010 1001100

Color Harmonies of #EFE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE694

Black with #EFE694

Text Example


Text Example

White with #EFE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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