Html Css Color HEX #EFD984 Buff

📋 copy color: '#EFD984'

red 239 ◦ green 217 ◦ blue 132

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

Shades of Buff #EFD984

Tints of Buff #EFD984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.45%

R = 40.65%
G = 36.9%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFD984 (or 0xEFD984) is known color: Buff. HEX triplet: EF, D9 and 84. RGB value is (239,217,132). Sum of RGB (Red+Green+Blue) = 239+217+132=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD984 is #10267B. Grayscale: #D6D6D6. Windows color (decimal): -1058428 or 8706543. OLE color: 8706543.

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

Color convert

RGB 239 217 132 -
CMYK 0 0.09 0.45 0.06
HSL 47.66º 0.77% 0.73% -
HSV(B) 47.66º 0.45% 0.94% -
XYZ 64.57 69.64 31.87 -
YUV 213.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 239 217 132 0 0.09 0.45 0.06 47.66 0.77 0.73
Hex EF D9 84 0 9 2D 6 30 4D 49
Octal 357 331 204 0 11 55 6 60 115 111
Binary 11101111 11011001 10000100 0 1001 101101 110 110000 1001101 1001001

Color Harmonies of #EFD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD984

Black with #EFD984

Text Example


Text Example

White with #EFD984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD984; }

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

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

background-color css

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

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

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

border-color css

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

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

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