Html Css Color HEX #EFD978 Buff

📋 copy color: '#EFD978'

red 239 ◦ green 217 ◦ blue 120

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

Shades of Buff #EFD978

Tints of Buff #EFD978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.83%

R = 41.49%
G = 37.67%
B = 20.83%

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

#EFD978 (or 0xEFD978) is known color: Buff. HEX triplet: EF, D9 and 78. RGB value is (239,217,120). Sum of RGB (Red+Green+Blue) = 239+217+120=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD978 is #102687. Grayscale: #D4D4D4. Windows color (decimal): -1058440 or 7920111. OLE color: 7920111.

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

Color convert

RGB 239 217 120 -
CMYK 0 0.09 0.50 0.06
HSL 48.91º 0.79% 0.7% -
HSV(B) 48.91º 0.5% 0.94% -
XYZ 63.8 69.33 27.79 -
YUV 212.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 239 217 120 0 0.09 0.50 0.06 48.91 0.79 0.7
Hex EF D9 78 0 9 32 6 31 4F 46
Octal 357 331 170 0 11 62 6 61 117 106
Binary 11101111 11011001 1111000 0 1001 110010 110 110001 1001111 1000110

Color Harmonies of #EFD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD978

Black with #EFD978

Text Example


Text Example

White with #EFD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD978; }

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

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

background-color css

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

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

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

border-color css

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

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

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