#FFED21

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

Shades of Lemon #FFED21

Tints of Lemon #FFED21

Color information

#FFED21 (or 0xFFED21) is unknown color: approx Lemon. HEX triplet: FF, ED and 21. RGB value is (255,237,33). Sum of RGB (Red+Green+Blue) = 255+237+33=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 33 (13.28% from 255 or 6.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED21 is #0012DE. Grayscale: #DBDBDB. Windows color (decimal): -4831 or 2223615. OLE color: 2223615.

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

Color convert

RGB25523733-
CMYK00.070.870
HSL55.14º100%56.47%-
HSV(B)55.14º87.06%100%-
XYZ71.881.9413.47-
YUV219.1322.96153.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 33 (13.28% from 255) = 6.29%
R=48.57%
G=45.14%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552373300.070.87055.1410056.47
HexFFED2107570376438
Octal377355410712706714470
Binary11111111111011011000010111101011101101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED21; }

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

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

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

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

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

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

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

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