Html Css Color HEX #EFD776 Buff

📋 copy color: '#EFD776'

red 239 ◦ green 215 ◦ blue 118

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

Shades of Buff #EFD776

Tints of Buff #EFD776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.63%

R = 41.78%
G = 37.59%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD776 (or 0xEFD776) is known color: Buff. HEX triplet: EF, D7 and 76. RGB value is (239,215,118). Sum of RGB (Red+Green+Blue) = 239+215+118=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD776 is #102889. Grayscale: #D3D3D3. Windows color (decimal): -1058954 or 7788527. OLE color: 7788527.

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

Color convert

RGB 239 215 118 -
CMYK 0 0.10 0.51 0.06
HSL 48.1º 0.79% 0.7% -
HSV(B) 48.1º 0.51% 0.94% -
XYZ 63.17 68.26 26.99 -
YUV 211.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 239 215 118 0 0.10 0.51 0.06 48.1 0.79 0.7
Hex EF D7 76 0 A 33 6 30 4F 46
Octal 357 327 166 0 12 63 6 60 117 106
Binary 11101111 11010111 1110110 0 1010 110011 110 110000 1001111 1000110

Color Harmonies of #EFD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD776

Black with #EFD776

Text Example


Text Example

White with #EFD776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD776; }

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

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

background-color css

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

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

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

border-color css

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

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

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