Html Css Color HEX #EFD977 Buff

📋 copy color: '#EFD977'

red 239 ◦ green 217 ◦ blue 119

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

Shades of Buff #EFD977

Tints of Buff #EFD977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.7%

R = 41.57%
G = 37.74%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFD977 (or 0xEFD977) is known color: Buff. HEX triplet: EF, D9 and 77. RGB value is (239,217,119). Sum of RGB (Red+Green+Blue) = 239+217+119=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD977 is #102688. Grayscale: #D4D4D4. Windows color (decimal): -1058441 or 7854575. OLE color: 7854575.

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

Color convert

RGB 239 217 119 -
CMYK 0 0.09 0.50 0.06
HSL 49º 0.79% 0.7% -
HSV(B) 49º 0.5% 0.94% -
XYZ 63.74 69.31 27.47 -
YUV 212.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 239 217 119 0 0.09 0.50 0.06 49 0.79 0.7
Hex EF D9 77 0 9 32 6 31 4F 46
Octal 357 331 167 0 11 62 6 61 117 106
Binary 11101111 11011001 1110111 0 1001 110010 110 110001 1001111 1000110

Color Harmonies of #EFD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD977

Black with #EFD977

Text Example


Text Example

White with #EFD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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