Html Css Color HEX #FFEA1A Lemon

📋 copy color: '#FFEA1A'

red 255 ◦ green 234 ◦ blue 26

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

Shades of Lemon #FFEA1A

Tints of Lemon #FFEA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.05%

R = 49.51%
G = 45.44%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFEA1A (or 0xFFEA1A) is known color: Lemon. HEX triplet: FF, EA and 1A. RGB value is (255,234,26). Sum of RGB (Red+Green+Blue) = 255+234+26=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 26 (10.55% from 255 or 5.05% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA1A is #0015E5. Grayscale: #D9D9D9. Windows color (decimal): -5606 or 1764095. OLE color: 1764095.

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

Color convert

RGB 255 234 26 -
CMYK 0 0.08 0.90 0
HSL 54.5º 1% 0.55% -
HSV(B) 54.5º 0.9% 1% -
XYZ 70.85 80.18 12.72 -
YUV 216.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 255 234 26 0 0.08 0.90 0 54.5 1 0.55
Hex FF EA 1A 0 8 5A 0 36 64 37
Octal 377 352 32 0 10 132 0 66 144 67
Binary 11111111 11101010 11010 0 1000 1011010 0 110110 1100100 110111

Color Harmonies of #FFEA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA1A

Black with #FFEA1A

Text Example


Text Example

White with #FFEA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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