Html Css Color HEX #FFEA0C Lemon

📋 copy color: '#FFEA0C'

red 255 ◦ green 234 ◦ blue 12

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

Shades of Lemon #FFEA0C

Tints of Lemon #FFEA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 50.9%
G = 46.71%
B = 2.4%

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

#FFEA0C (or 0xFFEA0C) is known color: Lemon. HEX triplet: FF, EA and 0C. RGB value is (255,234,12). Sum of RGB (Red+Green+Blue) = 255+234+12=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 12 (5.08% from 255 or 2.40% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA0C is #0015F3. Grayscale: #D7D7D7. Windows color (decimal): -5620 or 846591. OLE color: 846591.

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

Color convert

RGB 255 234 12 -
CMYK 0 0.08 0.95 0
HSL 54.81º 1% 0.52% -
HSV(B) 54.81º 0.95% 1% -
XYZ 70.73 80.13 12.09 -
YUV 214.97 13.46 156.55 -
System Red Green Blue C M Y K H S L
Decimal 255 234 12 0 0.08 0.95 0 54.81 1 0.52
Hex FF EA C 0 8 5F 0 37 64 34
Octal 377 352 14 0 10 137 0 67 144 64
Binary 11111111 11101010 1100 0 1000 1011111 0 110111 1100100 110100

Color Harmonies of #FFEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA0C

Black with #FFEA0C

Text Example


Text Example

White with #FFEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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