#FFE285

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

Shades of Golden Glow #FFE285

Tints of Golden Glow #FFE285

Color information

#FFE285 (or 0xFFE285) is unknown color: approx Golden Glow. HEX triplet: FF, E2 and 85. RGB value is (255,226,133). Sum of RGB (Red+Green+Blue) = 255+226+133=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE285 is #001D7A. Grayscale: #E0E0E0. Windows color (decimal): -7547 or 8774399. OLE color: 8774399.

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

Color convert

RGB255226133-
CMYK00.110.480
HSL45.74º100%76.08%-
HSV(B)45.74º47.84%100%-
XYZ72.6777.3533.29-
YUV224.0776.61150.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 133 (52.34% from 255) = 21.66%
R=41.53%
G=36.81%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522613300.110.48045.7410076.08
HexFFE2850B3002e644c
Octal37734220501360056144114
Binary11111111111000101000010101011110000010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE285; }

 p { color: rgb(255,226,133); }

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

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

 a { background-color: rgb(255,226,133); }

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

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

 span { border-color: rgb(255,226,133); }

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