Html Css Color HEX #FFE614 Lemon

📋 copy color: '#FFE614'

red 255 ◦ green 230 ◦ blue 20

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

Shades of Lemon #FFE614

Tints of Lemon #FFE614

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.54%

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

R = 50.5%
G = 45.54%
B = 3.96%

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

#FFE614 (or 0xFFE614) is known color: Lemon. HEX triplet: FF, E6 and 14. RGB value is (255,230,20). Sum of RGB (Red+Green+Blue) = 255+230+20=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE614 is #0019EB. Grayscale: #D6D6D6. Windows color (decimal): -6636 or 1369855. OLE color: 1369855.

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

Color convert

RGB 255 230 20 -
CMYK 0 0.10 0.92 0
HSL 53.62º 1% 0.54% -
HSV(B) 53.62º 0.92% 1% -
XYZ 69.66 77.9 12.03 -
YUV 213.54 18.78 157.58 -
System Red Green Blue C M Y K H S L
Decimal 255 230 20 0 0.10 0.92 0 53.62 1 0.54
Hex FF E6 14 0 A 5C 0 36 64 36
Octal 377 346 24 0 12 134 0 66 144 66
Binary 11111111 11100110 10100 0 1010 1011100 0 110110 1100100 110110

Color Harmonies of #FFE614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE614

Black with #FFE614

Text Example


Text Example

White with #FFE614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE614; }

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

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

background-color css

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

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

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

border-color css

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

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

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