Html Css Color HEX #EFDD91 Khaki

📋 copy color: '#EFDD91'

red 239 ◦ green 221 ◦ blue 145

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

Shades of Khaki #EFDD91

Tints of Khaki #EFDD91

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 145 (57.03% from 255) = 23.97%

R = 39.5%
G = 36.53%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFDD91 (or 0xEFDD91) is known color: Khaki. HEX triplet: EF, DD and 91. RGB value is (239,221,145). Sum of RGB (Red+Green+Blue) = 239+221+145=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD91 is #10226E. Grayscale: #DADADA. Windows color (decimal): -1057391 or 9559535. OLE color: 9559535.

HSL color Cylindrical-coordinate representation of color #EFDD91: hue angle of 48.51º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDD91 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 145 -
CMYK 0 0.08 0.39 0.06
HSL 48.51º 0.75% 0.75% -
HSV(B) 48.51º 0.39% 0.94% -
XYZ 66.56 72.11 37.2 -
YUV 217.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 239 221 145 0 0.08 0.39 0.06 48.51 0.75 0.75
Hex EF DD 91 0 8 27 6 31 4B 4B
Octal 357 335 221 0 10 47 6 61 113 113
Binary 11101111 11011101 10010001 0 1000 100111 110 110001 1001011 1001011

Color Harmonies of #EFDD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD91

Black with #EFDD91

Text Example


Text Example

White with #EFDD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD91; }

 p { color: rgb(239,221,145); }

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

background-color css

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

 a { background-color: rgb(239,221,145); }

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

border-color css

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

 span { border-color: rgb(239,221,145); }

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