#FFE500

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

Shades of Golden Yellow #FFE500

Tints of Golden Yellow #FFE500

Color information

#FFE500 (or 0xFFE500) is unknown color: approx Golden Yellow. HEX triplet: FF, E5 and 00. RGB value is (255,229,0). Sum of RGB (Red+Green+Blue) = 255+229+0=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE500 is #001AFF. Grayscale: #D3D3D3. Windows color (decimal): -6912 or 58879. OLE color: 58879.

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

Color convert

RGB2552290-
CMYK00.1010
HSL53.88º100%50%-
HSV(B)53.88º100%100%-
XYZ69.2677.311.27-
YUV210.679.11159.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.69%
G=47.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255229000.101053.8810050
HexFFE500A640366432
Octal377345001214406614462
Binary1111111111100101001010110010001101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE500; }

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

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

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

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

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

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

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

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