Html Css Color HEX #EFE990 Khaki

📋 copy color: '#EFE990'

red 239 ◦ green 233 ◦ blue 144

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

Shades of Khaki #EFE990

Tints of Khaki #EFE990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.82%

 BLUE value IS 144 (56.64% from 255) = 23.38%

R = 38.8%
G = 37.82%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE990 (or 0xEFE990) is known color: Khaki. HEX triplet: EF, E9 and 90. RGB value is (239,233,144). Sum of RGB (Red+Green+Blue) = 239+233+144=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE990 is #10166F. Grayscale: #E1E1E1. Windows color (decimal): -1054320 or 9497071. OLE color: 9497071.

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

Color convert

RGB 239 233 144 -
CMYK 0 0.03 0.40 0.06
HSL 56.21º 0.75% 0.75% -
HSV(B) 56.21º 0.4% 0.94% -
XYZ 69.77 78.64 37.89 -
YUV 224.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 239 233 144 0 0.03 0.40 0.06 56.21 0.75 0.75
Hex EF E9 90 0 3 28 6 38 4B 4B
Octal 357 351 220 0 3 50 6 70 113 113
Binary 11101111 11101001 10010000 0 11 101000 110 111000 1001011 1001011

Color Harmonies of #EFE990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE990

Black with #EFE990

Text Example


Text Example

White with #EFE990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE990; }

 p { color: rgb(239,233,144); }

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

background-color css

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

 a { background-color: rgb(239,233,144); }

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

border-color css

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

 span { border-color: rgb(239,233,144); }

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