#FFE400

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

Shades of Golden Yellow #FFE400

Tints of Golden Yellow #FFE400

Color information

#FFE400 (or 0xFFE400) is unknown color: approx Golden Yellow. HEX triplet: FF, E4 and 00. RGB value is (255,228,0). Sum of RGB (Red+Green+Blue) = 255+228+0=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE400 is #001BFF. Grayscale: #D3D3D3. Windows color (decimal): -7168 or 58623. OLE color: 58623.

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

Color convert

RGB2552280-
CMYK00.1110
HSL53.65º100%50%-
HSV(B)53.65º100%100%-
XYZ68.9876.7511.18-
YUV210.089.45160.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.80%
G=47.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255228000.111053.6510050
HexFFE400B640366432
Octal377344001314406614462
Binary1111111111100100001011110010001101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE400; }

 p { color: rgb(255,228,0); }

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

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

 a { background-color: rgb(255,228,0); }

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

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

 span { border-color: rgb(255,228,0); }

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