#FFE205

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

Shades of Golden Yellow #FFE205

Tints of Golden Yellow #FFE205

Color information

#FFE205 (or 0xFFE205) is unknown color: approx Golden Yellow. HEX triplet: FF, E2 and 05. RGB value is (255,226,5). Sum of RGB (Red+Green+Blue) = 255+226+5=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 5 (2.34% from 255 or 1.03% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE205 is #001DFA. Grayscale: #D2D2D2. Windows color (decimal): -7675 or 385791. OLE color: 385791.

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

Color convert

RGB2552265-
CMYK00.110.980
HSL53.04º100%50.98%-
HSV(B)53.04º98.04%100%-
XYZ68.4675.6611.14-
YUV209.4812.61160.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 5 (2.34% from 255) = 1.03%
R=52.47%
G=46.50%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255226500.110.98053.0410050.98
HexFFE250B620356433
Octal377342501314206514463
Binary111111111110001010101011110001001101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE205; }

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

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

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

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

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

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

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

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