#FFE600

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

Shades of Golden Yellow #FFE600

Tints of Golden Yellow #FFE600

Color information

#FFE600 (or 0xFFE600) is unknown color: approx Golden Yellow. HEX triplet: FF, E6 and 00. RGB value is (255,230,0). Sum of RGB (Red+Green+Blue) = 255+230+0=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE600 is #0019FF. Grayscale: #D4D4D4. Windows color (decimal): -6656 or 59135. OLE color: 59135.

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

Color convert

RGB2552300-
CMYK00.1010
HSL54.12º100%50%-
HSV(B)54.12º100%100%-
XYZ69.5477.8511.36-
YUV211.268.78159.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 230 (90.23% from 255) = 47.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.58%
G=47.42%
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
Decimal255230000.101054.1210050
HexFFE600A640366432
Octal377346001214406614462
Binary1111111111100110001010110010001101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE600; }

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

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

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

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

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

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

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

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