#FFE321

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

Shades of Lemon #FFE321

Tints of Lemon #FFE321

Color information

#FFE321 (or 0xFFE321) is unknown color: approx Lemon. HEX triplet: FF, E3 and 21. RGB value is (255,227,33). Sum of RGB (Red+Green+Blue) = 255+227+33=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 33 (13.28% from 255 or 6.41% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE321 is #001CDE. Grayscale: #D6D6D6. Windows color (decimal): -7391 or 2221055. OLE color: 2221055.

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

Color convert

RGB25522733-
CMYK00.110.870
HSL52.43º100%56.47%-
HSV(B)52.43º87.06%100%-
XYZ68.9876.3112.53-
YUV213.2626.28157.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 33 (13.28% from 255) = 6.41%
R=49.51%
G=44.08%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552273300.110.87052.4310056.47
HexFFE3210B570346438
Octal3773434101312706414470
Binary111111111110001110000101011101011101101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE321; }

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

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

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

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

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

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

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

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