Html Css Color HEX #EFE090 Khaki

📋 copy color: '#EFE090'

red 239 ◦ green 224 ◦ blue 144

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

Shades of Khaki #EFE090

Tints of Khaki #EFE090

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

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

R = 39.37%
G = 36.9%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE090 (or 0xEFE090) is known color: Khaki. HEX triplet: EF, E0 and 90. RGB value is (239,224,144). Sum of RGB (Red+Green+Blue) = 239+224+144=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE090 is #101F6F. Grayscale: #DBDBDB. Windows color (decimal): -1056624 or 9494767. OLE color: 9494767.

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

Color convert

RGB 239 224 144 -
CMYK 0 0.06 0.40 0.06
HSL 50.53º 0.75% 0.75% -
HSV(B) 50.53º 0.4% 0.94% -
XYZ 67.29 73.68 37.06 -
YUV 219.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 239 224 144 0 0.06 0.40 0.06 50.53 0.75 0.75
Hex EF E0 90 0 6 28 6 33 4B 4B
Octal 357 340 220 0 6 50 6 63 113 113
Binary 11101111 11100000 10010000 0 110 101000 110 110011 1001011 1001011

Color Harmonies of #EFE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE090

Black with #EFE090

Text Example


Text Example

White with #EFE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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