#ffe21e

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

Shades of Lemon #FFE21E

Tints of Lemon #FFE21E

Color information

#FFE21E (or 0xFFE21E) is unknown color: approx Lemon. HEX triplet: FF, E2 and 1E. RGB value is (255,226,30). Sum of RGB (Red+Green+Blue) = 255+226+30=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE21E is #001DE1. Grayscale: #D5D5D5. Windows color (decimal): -7650 or 2024191. OLE color: 2024191.

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

Color convert

RGB25522630-
CMYK00.110.880
HSL52.27º100%55.88%-
HSV(B)52.27º88.24%100%-
XYZ68.6775.7512.23-
YUV212.3325.11158.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 226 (88.67% from 255) = 44.23%
BLUE value IS 30 (12.11% from 255) = 5.87%
R=49.90%
G=44.23%
B=5.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552263000.110.88052.2710055.88
HexFFE21E0B580346438
Octal3773423601313006414470
Binary11111111111000101111001011101100001101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe21e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe21e; }

 p { color: rgb(255,226,30); }

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

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

 a { background-color: rgb(255,226,30); }

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

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

 span { border-color: rgb(255,226,30); }

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