#EFD580

Color #EFD580 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EFD580

Tints of Buff #EFD580

Color information

#EFD580 (or 0xEFD580) is unknown color: approx Buff. HEX triplet: EF, D5 and 80. RGB value is (239,213,128). Sum of RGB (Red+Green+Blue) = 239+213+128=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD580 is #102A7F. Grayscale: #D3D3D3. Windows color (decimal): -1059456 or 8443375. OLE color: 8443375.

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

Color convert

RGB239213128-
CMYK00.110.460.06
HSL45.95º77.62%71.96%-
HSV(B)45.95º46.44%93.73%-
XYZ63.2967.530.11-
YUV211.0881.11147.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=41.21%
G=36.72%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921312800.110.460.0645.9577.6271.96
HexEFD5800B2E62e4e48
Octal35732520001356656116110
Binary1110111111010101100000000101110111011010111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD580; }

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

 H1.HeaderClassName
 {
   color: #EFD580;
 }
 .AnyTagClassName
 {
   color: #EFD580;
 }
</style>
background-color css

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

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

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

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

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

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