Html Css Color HEX #FFED24 Lemon

📋 copy color: '#FFED24'

red 255 ◦ green 237 ◦ blue 36

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

Shades of Lemon #FFED24

Tints of Lemon #FFED24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.82%

R = 48.3%
G = 44.89%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFED24 (or 0xFFED24) is known color: Lemon. HEX triplet: FF, ED and 24. RGB value is (255,237,36). Sum of RGB (Red+Green+Blue) = 255+237+36=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED24 is #0012DB. Grayscale: #DCDCDC. Windows color (decimal): -4828 or 2420223. OLE color: 2420223.

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

Color convert

RGB 255 237 36 -
CMYK 0 0.07 0.86 0
HSL 55.07º 1% 0.57% -
HSV(B) 55.07º 0.86% 1% -
XYZ 71.84 81.96 13.7 -
YUV 219.47 24.46 153.34 -
System Red Green Blue C M Y K H S L
Decimal 255 237 36 0 0.07 0.86 0 55.07 1 0.57
Hex FF ED 24 0 7 56 0 37 64 39
Octal 377 355 44 0 7 126 0 67 144 71
Binary 11111111 11101101 100100 0 111 1010110 0 110111 1100100 111001

Color Harmonies of #FFED24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED24

Black with #FFED24

Text Example


Text Example

White with #FFED24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED24; }

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

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

background-color css

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

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

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

border-color css

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

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

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