Html Css Color HEX #FFEA0E Lemon

📋 copy color: '#FFEA0E'

red 255 ◦ green 234 ◦ blue 14

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

Shades of Lemon #FFEA0E

Tints of Lemon #FFEA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.78%

R = 50.7%
G = 46.52%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFEA0E (or 0xFFEA0E) is known color: Lemon. HEX triplet: FF, EA and 0E. RGB value is (255,234,14). Sum of RGB (Red+Green+Blue) = 255+234+14=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 14 (5.86% from 255 or 2.78% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA0E is #0015F1. Grayscale: #D8D8D8. Windows color (decimal): -5618 or 977663. OLE color: 977663.

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

Color convert

RGB 255 234 14 -
CMYK 0 0.08 0.95 0
HSL 54.77º 1% 0.53% -
HSV(B) 54.77º 0.95% 1% -
XYZ 70.74 80.14 12.16 -
YUV 215.2 14.46 156.39 -
System Red Green Blue C M Y K H S L
Decimal 255 234 14 0 0.08 0.95 0 54.77 1 0.53
Hex FF EA E 0 8 5F 0 37 64 35
Octal 377 352 16 0 10 137 0 67 144 65
Binary 11111111 11101010 1110 0 1000 1011111 0 110111 1100100 110101

Color Harmonies of #FFEA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA0E

Black with #FFEA0E

Text Example


Text Example

White with #FFEA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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