Html Css Color HEX #EFD779 Buff

📋 copy color: '#EFD779'

red 239 ◦ green 215 ◦ blue 121

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

Shades of Buff #EFD779

Tints of Buff #EFD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.39%

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

R = 41.57%
G = 37.39%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFD779 (or 0xEFD779) is known color: Buff. HEX triplet: EF, D7 and 79. RGB value is (239,215,121). Sum of RGB (Red+Green+Blue) = 239+215+121=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD779 is #102886. Grayscale: #D3D3D3. Windows color (decimal): -1058951 or 7985135. OLE color: 7985135.

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

Color convert

RGB 239 215 121 -
CMYK 0 0.10 0.49 0.06
HSL 47.8º 0.79% 0.71% -
HSV(B) 47.8º 0.49% 0.94% -
XYZ 63.35 68.33 27.94 -
YUV 211.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 239 215 121 0 0.10 0.49 0.06 47.8 0.79 0.71
Hex EF D7 79 0 A 31 6 30 4F 47
Octal 357 327 171 0 12 61 6 60 117 107
Binary 11101111 11010111 1111001 0 1010 110001 110 110000 1001111 1000111

Color Harmonies of #EFD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD779

Black with #EFD779

Text Example


Text Example

White with #EFD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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