Html Css Color HEX #FFEA20 Lemon

📋 copy color: '#FFEA20'

red 255 ◦ green 234 ◦ blue 32

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

Shades of Lemon #FFEA20

Tints of Lemon #FFEA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.14%

R = 48.94%
G = 44.91%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFEA20 (or 0xFFEA20) is known color: Lemon. HEX triplet: FF, EA and 20. RGB value is (255,234,32). Sum of RGB (Red+Green+Blue) = 255+234+32=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA20 is #0015DF. Grayscale: #DADADA. Windows color (decimal): -5600 or 2157311. OLE color: 2157311.

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

Color convert

RGB 255 234 32 -
CMYK 0 0.08 0.87 0
HSL 54.35º 1% 0.56% -
HSV(B) 54.35º 0.87% 1% -
XYZ 70.92 80.21 13.11 -
YUV 217.25 23.46 154.93 -
System Red Green Blue C M Y K H S L
Decimal 255 234 32 0 0.08 0.87 0 54.35 1 0.56
Hex FF EA 20 0 8 57 0 36 64 38
Octal 377 352 40 0 10 127 0 66 144 70
Binary 11111111 11101010 100000 0 1000 1010111 0 110110 1100100 111000

Color Harmonies of #FFEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA20

Black with #FFEA20

Text Example


Text Example

White with #FFEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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