Html Css Color HEX #FFE514 Lemon

📋 copy color: '#FFE514'

red 255 ◦ green 229 ◦ blue 20

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

Shades of Lemon #FFE514

Tints of Lemon #FFE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.44%

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

R = 50.6%
G = 45.44%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFE514 (or 0xFFE514) is known color: Lemon. HEX triplet: FF, E5 and 14. RGB value is (255,229,20). Sum of RGB (Red+Green+Blue) = 255+229+20=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE514 is #001AEB. Grayscale: #D5D5D5. Windows color (decimal): -6892 or 1369599. OLE color: 1369599.

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

Color convert

RGB 255 229 20 -
CMYK 0 0.10 0.92 0
HSL 53.36º 1% 0.54% -
HSV(B) 53.36º 0.92% 1% -
XYZ 69.39 77.35 11.93 -
YUV 212.95 19.11 157.99 -
System Red Green Blue C M Y K H S L
Decimal 255 229 20 0 0.10 0.92 0 53.36 1 0.54
Hex FF E5 14 0 A 5C 0 35 64 36
Octal 377 345 24 0 12 134 0 65 144 66
Binary 11111111 11100101 10100 0 1010 1011100 0 110101 1100100 110110

Color Harmonies of #FFE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE514

Black with #FFE514

Text Example


Text Example

White with #FFE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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