Html Css Color HEX #FFE214 Lemon

📋 copy color: '#FFE214'

red 255 ◦ green 226 ◦ blue 20

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

Shades of Lemon #FFE214

Tints of Lemon #FFE214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.99%

R = 50.9%
G = 45.11%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFE214 (or 0xFFE214) is known color: Lemon. HEX triplet: FF, E2 and 14. RGB value is (255,226,20). Sum of RGB (Red+Green+Blue) = 255+226+20=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 20 (8.20% from 255 or 3.99% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE214 is #001DEB. Grayscale: #D4D4D4. Windows color (decimal): -7660 or 1368831. OLE color: 1368831.

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

Color convert

RGB 255 226 20 -
CMYK 0 0.11 0.92 0
HSL 52.6º 1% 0.54% -
HSV(B) 52.6º 0.92% 1% -
XYZ 68.56 75.7 11.66 -
YUV 211.19 20.11 159.25 -
System Red Green Blue C M Y K H S L
Decimal 255 226 20 0 0.11 0.92 0 52.6 1 0.54
Hex FF E2 14 0 B 5C 0 35 64 36
Octal 377 342 24 0 13 134 0 65 144 66
Binary 11111111 11100010 10100 0 1011 1011100 0 110101 1100100 110110

Color Harmonies of #FFE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE214

Black with #FFE214

Text Example


Text Example

White with #FFE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE214; }

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

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

background-color css

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

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

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

border-color css

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

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

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