#FFE521

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

Shades of Lemon #FFE521

Tints of Lemon #FFE521

Color information

#FFE521 (or 0xFFE521) is unknown color: approx Lemon. HEX triplet: FF, E5 and 21. RGB value is (255,229,33). Sum of RGB (Red+Green+Blue) = 255+229+33=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 33 (13.28% from 255 or 6.38% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE521 is #001ADE. Grayscale: #D7D7D7. Windows color (decimal): -6879 or 2221567. OLE color: 2221567.

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

Color convert

RGB25522933-
CMYK00.100.870
HSL52.97º100%56.47%-
HSV(B)52.97º87.06%100%-
XYZ69.5377.4112.72-
YUV214.4325.61156.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 33 (13.28% from 255) = 6.38%
R=49.32%
G=44.29%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552293300.100.87052.9710056.47
HexFFE5210A570356438
Octal3773454101212706514470
Binary111111111110010110000101010101011101101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE521; }

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

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

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

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

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

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

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

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