#EFD481

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

Shades of Buff #EFD481

Tints of Buff #EFD481

Color information

#EFD481 (or 0xEFD481) is unknown color: approx Buff. HEX triplet: EF, D4 and 81. RGB value is (239,212,129). Sum of RGB (Red+Green+Blue) = 239+212+129=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD481 is #102B7E. Grayscale: #D2D2D2. Windows color (decimal): -1059711 or 8508655. OLE color: 8508655.

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

Color convert

RGB239212129-
CMYK00.110.460.06
HSL45.27º77.46%72.16%-
HSV(B)45.27º46.03%93.73%-
XYZ63.167.0230.38-
YUV210.6181.95148.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 129 (50.78% from 255) = 22.24%
R=41.21%
G=36.55%
B=22.24%

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
Decimal23921212900.110.460.0645.2777.4672.16
HexEFD4810B2E62d4d48
Octal35732420101356655115110
Binary1110111111010100100000010101110111011010110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD481; }

 p { color: rgb(239,212,129); }

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

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

 a { background-color: rgb(239,212,129); }

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

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

 span { border-color: rgb(239,212,129); }

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