#FFE213

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

Shades of Lemon #FFE213

Tints of Lemon #FFE213

Color information

#FFE213 (or 0xFFE213) is unknown color: approx Lemon. HEX triplet: FF, E2 and 13. RGB value is (255,226,19). Sum of RGB (Red+Green+Blue) = 255+226+19=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE213 is #001DEC. Grayscale: #D3D3D3. Windows color (decimal): -7661 or 1303295. OLE color: 1303295.

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

Color convert

RGB25522619-
CMYK00.110.930
HSL52.63º100%53.73%-
HSV(B)52.63º92.55%100%-
XYZ68.5575.711.61-
YUV211.0719.61159.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 19 (7.81% from 255) = 3.8%
R=51%
G=45.2%
B=3.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552261900.110.93052.6310053.73
HexFFE2130B5D0356436
Octal3773422301313506514466
Binary11111111111000101001101011101110101101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE213; }

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

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

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

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

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

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

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

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