Html Css Color HEX #EFD986 Buff

📋 copy color: '#EFD986'

red 239 ◦ green 217 ◦ blue 134

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

Shades of Buff #EFD986

Tints of Buff #EFD986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.71%

R = 40.51%
G = 36.78%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFD986 (or 0xEFD986) is known color: Buff. HEX triplet: EF, D9 and 86. RGB value is (239,217,134). Sum of RGB (Red+Green+Blue) = 239+217+134=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD986 is #102679. Grayscale: #D6D6D6. Windows color (decimal): -1058426 or 8837615. OLE color: 8837615.

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

Color convert

RGB 239 217 134 -
CMYK 0 0.09 0.44 0.06
HSL 47.43º 0.77% 0.73% -
HSV(B) 47.43º 0.44% 0.94% -
XYZ 64.71 69.7 32.6 -
YUV 214.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 239 217 134 0 0.09 0.44 0.06 47.43 0.77 0.73
Hex EF D9 86 0 9 2C 6 2F 4D 49
Octal 357 331 206 0 11 54 6 57 115 111
Binary 11101111 11011001 10000110 0 1001 101100 110 101111 1001101 1001001

Color Harmonies of #EFD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD986

Black with #EFD986

Text Example


Text Example

White with #EFD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD986; }

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

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

background-color css

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

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

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

border-color css

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

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

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