#FFE386

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

Shades of Golden Glow #FFE386

Tints of Golden Glow #FFE386

Color information

#FFE386 (or 0xFFE386) is unknown color: approx Golden Glow. HEX triplet: FF, E3 and 86. RGB value is (255,227,134). Sum of RGB (Red+Green+Blue) = 255+227+134=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE386 is #001C79. Grayscale: #E1E1E1. Windows color (decimal): -7290 or 8840191. OLE color: 8840191.

HSL color Cylindrical-coordinate representation of color #FFE386: hue angle of 46.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFE386 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255227134-
CMYK00.110.470
HSL46.12º100%76.27%-
HSV(B)46.12º47.45%100%-
XYZ73.0177.9233.75-
YUV224.7776.78149.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 134 (52.73% from 255) = 21.75%
R=41.40%
G=36.85%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522713400.110.47046.1210076.27
HexFFE3860B2F02e644c
Octal37734320601357056144114
Binary11111111111000111000011001011101111010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE386; }

 p { color: rgb(255,227,134); }

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

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

 a { background-color: rgb(255,227,134); }

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

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

 span { border-color: rgb(255,227,134); }

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