Html Css Color HEX #FFED18 Lemon

📋 copy color: '#FFED18'

red 255 ◦ green 237 ◦ blue 24

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

Shades of Lemon #FFED18

Tints of Lemon #FFED18

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

 BLUE value IS 24 (9.77% from 255) = 4.65%

R = 49.42%
G = 45.93%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFED18 (or 0xFFED18) is known color: Lemon. HEX triplet: FF, ED and 18. RGB value is (255,237,24). Sum of RGB (Red+Green+Blue) = 255+237+24=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 24 (9.77% from 255 or 4.65% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED18 is #0012E7. Grayscale: #DADADA. Windows color (decimal): -4840 or 1633791. OLE color: 1633791.

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

Color convert

RGB 255 237 24 -
CMYK 0 0.07 0.91 0
HSL 55.32º 1% 0.55% -
HSV(B) 55.32º 0.91% 1% -
XYZ 71.69 81.89 12.89 -
YUV 218.1 18.46 154.32 -
System Red Green Blue C M Y K H S L
Decimal 255 237 24 0 0.07 0.91 0 55.32 1 0.55
Hex FF ED 18 0 7 5B 0 37 64 37
Octal 377 355 30 0 7 133 0 67 144 67
Binary 11111111 11101101 11000 0 111 1011011 0 110111 1100100 110111

Color Harmonies of #FFED18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED18

Black with #FFED18

Text Example


Text Example

White with #FFED18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED18; }

 p { color: rgb(255,237,24); }

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

background-color css

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

 a { background-color: rgb(255,237,24); }

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

border-color css

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

 span { border-color: rgb(255,237,24); }

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