Html Css Color HEX #EFDF93 Khaki

📋 copy color: '#EFDF93'

red 239 ◦ green 223 ◦ blue 147

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

Shades of Khaki #EFDF93

Tints of Khaki #EFDF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 39.24%
G = 36.62%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFDF93 (or 0xEFDF93) is known color: Khaki. HEX triplet: EF, DF and 93. RGB value is (239,223,147). Sum of RGB (Red+Green+Blue) = 239+223+147=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF93 is #10206C. Grayscale: #DBDBDB. Windows color (decimal): -1056877 or 9691119. OLE color: 9691119.

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

Color convert

RGB 239 223 147 -
CMYK 0 0.07 0.38 0.06
HSL 49.57º 0.74% 0.76% -
HSV(B) 49.57º 0.38% 0.94% -
XYZ 67.25 73.23 38.19 -
YUV 219.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 239 223 147 0 0.07 0.38 0.06 49.57 0.74 0.76
Hex EF DF 93 0 7 26 6 32 4A 4C
Octal 357 337 223 0 7 46 6 62 112 114
Binary 11101111 11011111 10010011 0 111 100110 110 110010 1001010 1001100

Color Harmonies of #EFDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF93

Black with #EFDF93

Text Example


Text Example

White with #EFDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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