Html Css Color HEX #FFEA04 Lemon

📋 copy color: '#FFEA04'

red 255 ◦ green 234 ◦ blue 4

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

Shades of Lemon #FFEA04

Tints of Lemon #FFEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

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

R = 51.72%
G = 47.46%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFEA04 (or 0xFFEA04) is known color: Lemon. HEX triplet: FF, EA and 04. RGB value is (255,234,4). Sum of RGB (Red+Green+Blue) = 255+234+4=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 4 (1.95% from 255 or 0.81% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA04 is #0015FB. Grayscale: #D7D7D7. Windows color (decimal): -5628 or 322303. OLE color: 322303.

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

Color convert

RGB 255 234 4 -
CMYK 0 0.08 0.98 0
HSL 54.98º 1% 0.51% -
HSV(B) 54.98º 0.98% 1% -
XYZ 70.68 80.11 11.85 -
YUV 214.06 9.46 157.2 -
System Red Green Blue C M Y K H S L
Decimal 255 234 4 0 0.08 0.98 0 54.98 1 0.51
Hex FF EA 4 0 8 62 0 37 64 33
Octal 377 352 4 0 10 142 0 67 144 63
Binary 11111111 11101010 100 0 1000 1100010 0 110111 1100100 110011

Color Harmonies of #FFEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA04

Black with #FFEA04

Text Example


Text Example

White with #FFEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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