#EFD483

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

Shades of Buff #EFD483

Tints of Buff #EFD483

Color information

#EFD483 (or 0xEFD483) is unknown color: approx Buff. HEX triplet: EF, D4 and 83. RGB value is (239,212,131). Sum of RGB (Red+Green+Blue) = 239+212+131=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD483 is #102B7C. Grayscale: #D3D3D3. Windows color (decimal): -1059709 or 8639727. OLE color: 8639727.

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

Color convert

RGB239212131-
CMYK00.110.450.06
HSL45º77.14%72.55%-
HSV(B)45º45.19%93.73%-
XYZ63.2467.0831.09-
YUV210.8482.95148.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 131 (51.56% from 255) = 22.51%
R=41.07%
G=36.43%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921213100.110.450.064577.1472.55
HexEFD4830B2D62d4d49
Octal35732420301355655115111
Binary1110111111010100100000110101110110111010110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD483; }

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

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

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

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

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

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

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

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