#EFD783

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

Shades of Buff #EFD783

Tints of Buff #EFD783

Color information

#EFD783 (or 0xEFD783) is unknown color: approx Buff. HEX triplet: EF, D7 and 83. RGB value is (239,215,131). Sum of RGB (Red+Green+Blue) = 239+215+131=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD783 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD783 is #10287C. Grayscale: #D4D4D4. Windows color (decimal): -1058941 or 8640495. OLE color: 8640495.

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

Color convert

RGB239215131-
CMYK00.100.450.06
HSL46.67º77.14%72.55%-
HSV(B)46.67º45.19%93.73%-
XYZ63.9968.5931.34-
YUV212.681.95146.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 131 (51.56% from 255) = 22.39%
R=40.85%
G=36.75%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921513100.100.450.0646.6777.1472.55
HexEFD7830A2D62f4d49
Octal35732720301255657115111
Binary1110111111010111100000110101010110111010111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD783; }

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

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

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

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

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

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

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

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