#FFEA21

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

Shades of Lemon #FFEA21

Tints of Lemon #FFEA21

Color information

#FFEA21 (or 0xFFEA21) is unknown color: approx Lemon. HEX triplet: FF, EA and 21. RGB value is (255,234,33). Sum of RGB (Red+Green+Blue) = 255+234+33=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 33 (13.28% from 255 or 6.32% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA21 is #0015DE. Grayscale: #DADADA. Windows color (decimal): -5599 or 2222847. OLE color: 2222847.

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

Color convert

RGB25523433-
CMYK00.080.870
HSL54.32º100%56.47%-
HSV(B)54.32º87.06%100%-
XYZ70.9480.2213.18-
YUV217.3623.96154.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 234 (91.80% from 255) = 44.83%
BLUE value IS 33 (13.28% from 255) = 6.32%
R=48.85%
G=44.83%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552343300.080.87054.3210056.47
HexFFEA2108570366438
Octal3773524101012706614470
Binary111111111110101010000101000101011101101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA21; }

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

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

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

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

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

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

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

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