Html Css Color HEX #FFEA10 Lemon

📋 copy color: '#FFEA10'

red 255 ◦ green 234 ◦ blue 16

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

Shades of Lemon #FFEA10

Tints of Lemon #FFEA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.17%

R = 50.5%
G = 46.34%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFEA10 (or 0xFFEA10) is known color: Lemon. HEX triplet: FF, EA and 10. RGB value is (255,234,16). Sum of RGB (Red+Green+Blue) = 255+234+16=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA10 is #0015EF. Grayscale: #D8D8D8. Windows color (decimal): -5616 or 1108735. OLE color: 1108735.

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

Color convert

RGB 255 234 16 -
CMYK 0 0.08 0.94 0
HSL 54.73º 1% 0.53% -
HSV(B) 54.73º 0.94% 1% -
XYZ 70.76 80.14 12.23 -
YUV 215.43 15.46 156.23 -
System Red Green Blue C M Y K H S L
Decimal 255 234 16 0 0.08 0.94 0 54.73 1 0.53
Hex FF EA 10 0 8 5E 0 37 64 35
Octal 377 352 20 0 10 136 0 67 144 65
Binary 11111111 11101010 10000 0 1000 1011110 0 110111 1100100 110101

Color Harmonies of #FFEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA10

Black with #FFEA10

Text Example


Text Example

White with #FFEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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