#FFE20B

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

Shades of Lemon #FFE20B

Tints of Lemon #FFE20B

Color information

#FFE20B (or 0xFFE20B) is unknown color: approx Lemon. HEX triplet: FF, E2 and 0B. RGB value is (255,226,11). Sum of RGB (Red+Green+Blue) = 255+226+11=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE20B is #001DF4. Grayscale: #D3D3D3. Windows color (decimal): -7669 or 779007. OLE color: 779007.

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

Color convert

RGB25522611-
CMYK00.110.960
HSL52.87º100%52.16%-
HSV(B)52.87º95.69%100%-
XYZ68.575.6811.31-
YUV210.1615.61159.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 226 (88.67% from 255) = 45.93%
BLUE value IS 11 (4.69% from 255) = 2.24%
R=51.83%
G=45.93%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552261100.110.96052.8710052.16
HexFFE2B0B600356434
Octal3773421301314006514464
Binary1111111111100010101101011110000001101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE20B; }

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

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

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

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

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

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

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

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