Html Css Color HEX #FFED04 Lemon

📋 copy color: '#FFED04'

red 255 ◦ green 237 ◦ blue 4

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

Shades of Lemon #FFED04

Tints of Lemon #FFED04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.81%

R = 51.41%
G = 47.78%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFED04 (or 0xFFED04) is known color: Lemon. HEX triplet: FF, ED and 04. RGB value is (255,237,4). Sum of RGB (Red+Green+Blue) = 255+237+4=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 4 (1.95% from 255 or 0.81% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED04 is #0012FB. Grayscale: #D8D8D8. Windows color (decimal): -4860 or 323071. OLE color: 323071.

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

Color convert

RGB 255 237 4 -
CMYK 0 0.07 0.98 0
HSL 55.7º 1% 0.51% -
HSV(B) 55.7º 0.98% 1% -
XYZ 71.55 81.84 12.14 -
YUV 215.82 8.46 155.95 -
System Red Green Blue C M Y K H S L
Decimal 255 237 4 0 0.07 0.98 0 55.7 1 0.51
Hex FF ED 4 0 7 62 0 38 64 33
Octal 377 355 4 0 7 142 0 70 144 63
Binary 11111111 11101101 100 0 111 1100010 0 111000 1100100 110011

Color Harmonies of #FFED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED04

Black with #FFED04

Text Example


Text Example

White with #FFED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED04; }

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

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

background-color css

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

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

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

border-color css

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

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

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