Html Css Color HEX #EFE489 Khaki

📋 copy color: '#EFE489'

red 239 ◦ green 228 ◦ blue 137

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

Shades of Khaki #EFE489

Tints of Khaki #EFE489

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.75%

 BLUE value IS 137 (53.91% from 255) = 22.68%

R = 39.57%
G = 37.75%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFE489 (or 0xEFE489) is known color: Khaki. HEX triplet: EF, E4 and 89. RGB value is (239,228,137). Sum of RGB (Red+Green+Blue) = 239+228+137=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE489 is #101B76. Grayscale: #DDDDDD. Windows color (decimal): -1055607 or 9037039. OLE color: 9037039.

HSL color Cylindrical-coordinate representation of color #EFE489: hue angle of 53.53º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFE489 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 137 -
CMYK 0 0.05 0.43 0.06
HSL 53.53º 0.76% 0.74% -
HSV(B) 53.53º 0.43% 0.94% -
XYZ 67.86 75.64 34.69 -
YUV 220.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 239 228 137 0 0.05 0.43 0.06 53.53 0.76 0.74
Hex EF E4 89 0 5 2B 6 36 4C 4A
Octal 357 344 211 0 5 53 6 66 114 112
Binary 11101111 11100100 10001001 0 101 101011 110 110110 1001100 1001010

Color Harmonies of #EFE489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE489

Black with #EFE489

Text Example


Text Example

White with #EFE489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE489; }

 p { color: rgb(239,228,137); }

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

background-color css

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

 a { background-color: rgb(239,228,137); }

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

border-color css

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

 span { border-color: rgb(239,228,137); }

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