#FFE000

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

Shades of Golden Yellow #FFE000

Tints of Golden Yellow #FFE000

Color information

#FFE000 (or 0xFFE000) is unknown color: approx Golden Yellow. HEX triplet: FF, E0 and 00. RGB value is (255,224,0). Sum of RGB (Red+Green+Blue) = 255+224+0=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE000 is #001FFF. Grayscale: #D0D0D0. Windows color (decimal): -8192 or 57599. OLE color: 57599.

HSL color Cylindrical-coordinate representation of color #FFE000: hue angle of 52.71º 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 #FFE000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2552240-
CMYK00.1210
HSL52.71º100%50%-
HSV(B)52.71º100%100%-
XYZ67.974.5710.82-
YUV207.7310.77161.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.24%
G=46.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255224000.121052.7110050
HexFFE000C640356432
Octal377340001414406514462
Binary1111111111100000001100110010001101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE000; }

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

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

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

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

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

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

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

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