Html Css Color HEX #FFE20E Lemon

📋 copy color: '#FFE20E'

red 255 ◦ green 226 ◦ blue 14

#FFE20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FFE20E

Tints of Lemon #FFE20E

RGB

 RED value IS 255 (100% from 255) = 51.52%

 GREEN value IS 226 (88.67% from 255) = 45.66%

 BLUE value IS 14 (5.86% from 255) = 2.83%

R = 51.52%
G = 45.66%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFE20E (or 0xFFE20E) is known color: Lemon. HEX triplet: FF, E2 and 0E. RGB value is (255,226,14). Sum of RGB (Red+Green+Blue) = 255+226+14=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 14 (5.86% from 255 or 2.83% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE20E is #001DF1. Grayscale: #D3D3D3. Windows color (decimal): -7666 or 975615. OLE color: 975615.

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

Color convert

RGB 255 226 14 -
CMYK 0 0.11 0.95 0
HSL 52.78º 1% 0.53% -
HSV(B) 52.78º 0.95% 1% -
XYZ 68.52 75.68 11.41 -
YUV 210.5 17.11 159.74 -
System Red Green Blue C M Y K H S L
Decimal 255 226 14 0 0.11 0.95 0 52.78 1 0.53
Hex FF E2 E 0 B 5F 0 35 64 35
Octal 377 342 16 0 13 137 0 65 144 65
Binary 11111111 11100010 1110 0 1011 1011111 0 110101 1100100 110101

Color Harmonies of #FFE20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE20E

Black with #FFE20E

Text Example


Text Example

White with #FFE20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE20E; }

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

 H1.HeaderClassName
 {
   color: #FFE20E;
 }
 .AnyTagClassName
 {
   color: #FFE20E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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