Html Css Color HEX #EFD979 Buff

📋 copy color: '#EFD979'

red 239 ◦ green 217 ◦ blue 121

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

Shades of Buff #EFD979

Tints of Buff #EFD979

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.61%

 BLUE value IS 121 (47.66% from 255) = 20.97%

R = 41.42%
G = 37.61%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD979 (or 0xEFD979) is known color: Buff. HEX triplet: EF, D9 and 79. RGB value is (239,217,121). Sum of RGB (Red+Green+Blue) = 239+217+121=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 121 (47.66% from 255 or 20.97% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD979 is #102686. Grayscale: #D5D5D5. Windows color (decimal): -1058439 or 7985647. OLE color: 7985647.

HSL color Cylindrical-coordinate representation of color #EFD979: hue angle of 48.81º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFD979 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 121 -
CMYK 0 0.09 0.49 0.06
HSL 48.81º 0.79% 0.71% -
HSV(B) 48.81º 0.49% 0.94% -
XYZ 63.86 69.36 28.11 -
YUV 212.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 239 217 121 0 0.09 0.49 0.06 48.81 0.79 0.71
Hex EF D9 79 0 9 31 6 31 4F 47
Octal 357 331 171 0 11 61 6 61 117 107
Binary 11101111 11011001 1111001 0 1001 110001 110 110001 1001111 1000111

Color Harmonies of #EFD979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD979

Black with #EFD979

Text Example


Text Example

White with #EFD979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD979; }

 p { color: rgb(239,217,121); }

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

background-color css

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

 a { background-color: rgb(239,217,121); }

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

border-color css

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

 span { border-color: rgb(239,217,121); }

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