Html Css Color HEX #EFED89 Khaki

📋 copy color: '#EFED89'

red 239 ◦ green 237 ◦ blue 137

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

Shades of Khaki #EFED89

Tints of Khaki #EFED89

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

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

R = 38.99%
G = 38.66%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFED89 (or 0xEFED89) is known color: Khaki. HEX triplet: EF, ED and 89. RGB value is (239,237,137). Sum of RGB (Red+Green+Blue) = 239+237+137=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED89 is #101276. Grayscale: #E2E2E2. Windows color (decimal): -1053303 or 9039343. OLE color: 9039343.

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

Color convert

RGB 239 237 137 -
CMYK 0 0.01 0.43 0.06
HSL 58.82º 0.76% 0.74% -
HSV(B) 58.82º 0.43% 0.94% -
XYZ 70.4 80.73 35.54 -
YUV 226.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 239 237 137 0 0.01 0.43 0.06 58.82 0.76 0.74
Hex EF ED 89 0 1 2B 6 3B 4C 4A
Octal 357 355 211 0 1 53 6 73 114 112
Binary 11101111 11101101 10001001 0 1 101011 110 111011 1001100 1001010

Color Harmonies of #EFED89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED89

Black with #EFED89

Text Example


Text Example

White with #EFED89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED89; }

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

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

background-color css

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

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

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

border-color css

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

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

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