Html Css Color HEX #EFD982 Buff

📋 copy color: '#EFD982'

red 239 ◦ green 217 ◦ blue 130

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

Shades of Buff #EFD982

Tints of Buff #EFD982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.18%

R = 40.78%
G = 37.03%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD982 (or 0xEFD982) is known color: Buff. HEX triplet: EF, D9 and 82. RGB value is (239,217,130). Sum of RGB (Red+Green+Blue) = 239+217+130=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD982 is #10267D. Grayscale: #D6D6D6. Windows color (decimal): -1058430 or 8575471. OLE color: 8575471.

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

Color convert

RGB 239 217 130 -
CMYK 0 0.09 0.46 0.06
HSL 47.89º 0.77% 0.72% -
HSV(B) 47.89º 0.46% 0.94% -
XYZ 64.44 69.59 31.15 -
YUV 213.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 239 217 130 0 0.09 0.46 0.06 47.89 0.77 0.72
Hex EF D9 82 0 9 2E 6 30 4D 48
Octal 357 331 202 0 11 56 6 60 115 110
Binary 11101111 11011001 10000010 0 1001 101110 110 110000 1001101 1001000

Color Harmonies of #EFD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD982

Black with #EFD982

Text Example


Text Example

White with #EFD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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