Html Css Color HEX #EFE290 Khaki

📋 copy color: '#EFE290'

red 239 ◦ green 226 ◦ blue 144

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

Shades of Khaki #EFE290

Tints of Khaki #EFE290

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.11%

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

R = 39.24%
G = 37.11%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE290 (or 0xEFE290) is known color: Khaki. HEX triplet: EF, E2 and 90. RGB value is (239,226,144). Sum of RGB (Red+Green+Blue) = 239+226+144=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE290 is #101D6F. Grayscale: #DCDCDC. Windows color (decimal): -1056112 or 9495279. OLE color: 9495279.

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

Color convert

RGB 239 226 144 -
CMYK 0 0.05 0.40 0.06
HSL 51.79º 0.75% 0.75% -
HSV(B) 51.79º 0.4% 0.94% -
XYZ 67.83 74.76 37.24 -
YUV 220.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 239 226 144 0 0.05 0.40 0.06 51.79 0.75 0.75
Hex EF E2 90 0 5 28 6 34 4B 4B
Octal 357 342 220 0 5 50 6 64 113 113
Binary 11101111 11100010 10010000 0 101 101000 110 110100 1001011 1001011

Color Harmonies of #EFE290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE290

Black with #EFE290

Text Example


Text Example

White with #EFE290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE290; }

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

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

background-color css

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

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

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

border-color css

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

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

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