Html Css Color HEX #EFE590 Khaki

📋 copy color: '#EFE590'

red 239 ◦ green 229 ◦ blue 144

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

Shades of Khaki #EFE590

Tints of Khaki #EFE590

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 39.05%
G = 37.42%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE590 (or 0xEFE590) is known color: Khaki. HEX triplet: EF, E5 and 90. RGB value is (239,229,144). Sum of RGB (Red+Green+Blue) = 239+229+144=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE590 is #101A6F. Grayscale: #DEDEDE. Windows color (decimal): -1055344 or 9496047. OLE color: 9496047.

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

Color convert

RGB 239 229 144 -
CMYK 0 0.04 0.40 0.06
HSL 53.68º 0.75% 0.75% -
HSV(B) 53.68º 0.4% 0.94% -
XYZ 68.65 76.4 37.51 -
YUV 222.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 239 229 144 0 0.04 0.40 0.06 53.68 0.75 0.75
Hex EF E5 90 0 4 28 6 36 4B 4B
Octal 357 345 220 0 4 50 6 66 113 113
Binary 11101111 11100101 10010000 0 100 101000 110 110110 1001011 1001011

Color Harmonies of #EFE590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE590

Black with #EFE590

Text Example


Text Example

White with #EFE590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE590; }

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

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

background-color css

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

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

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

border-color css

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

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

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