#EFDC83

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

Shades of Buff #EFDC83

Tints of Buff #EFDC83

Color information

#EFDC83 (or 0xEFDC83) is unknown color: approx Buff. HEX triplet: EF, DC and 83. RGB value is (239,220,131). Sum of RGB (Red+Green+Blue) = 239+220+131=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC83 is #10237C. Grayscale: #D7D7D7. Windows color (decimal): -1057661 or 8641775. OLE color: 8641775.

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

Color convert

RGB239220131-
CMYK00.080.450.06
HSL49.44º77.14%72.55%-
HSV(B)49.44º45.19%93.73%-
XYZ65.2971.1831.77-
YUV215.5480.29144.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 131 (51.56% from 255) = 22.20%
R=40.51%
G=37.29%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922013100.080.450.0649.4477.1472.55
HexEFDC83082D6314d49
Octal35733420301055661115111
Binary1110111111011100100000110100010110111011000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC83; }

 p { color: rgb(239,220,131); }

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

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

 a { background-color: rgb(239,220,131); }

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

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

 span { border-color: rgb(239,220,131); }

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