Html Css Color HEX #EFD680 Buff

📋 copy color: '#EFD680'

red 239 ◦ green 214 ◦ blue 128

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

Shades of Buff #EFD680

Tints of Buff #EFD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

 BLUE value IS 128 (50.39% from 255) = 22.03%

R = 41.14%
G = 36.83%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFD680 (or 0xEFD680) is known color: Buff. HEX triplet: EF, D6 and 80. RGB value is (239,214,128). Sum of RGB (Red+Green+Blue) = 239+214+128=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD680 is #10297F. Grayscale: #D4D4D4. Windows color (decimal): -1059200 or 8443631. OLE color: 8443631.

HSL color Cylindrical-coordinate representation of color #EFD680: hue angle of 46.49º degrees, saturation: 0.78, 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 #EFD680 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 128 -
CMYK 0 0.10 0.46 0.06
HSL 46.49º 0.78% 0.72% -
HSV(B) 46.49º 0.46% 0.94% -
XYZ 63.54 68 30.2 -
YUV 211.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 239 214 128 0 0.10 0.46 0.06 46.49 0.78 0.72
Hex EF D6 80 0 A 2E 6 2E 4E 48
Octal 357 326 200 0 12 56 6 56 116 110
Binary 11101111 11010110 10000000 0 1010 101110 110 101110 1001110 1001000

Color Harmonies of #EFD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD680

Black with #EFD680

Text Example


Text Example

White with #EFD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD680; }

 p { color: rgb(239,214,128); }

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

background-color css

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

 a { background-color: rgb(239,214,128); }

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

border-color css

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

 span { border-color: rgb(239,214,128); }

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