Html Css Color HEX #FFEC0A Lemon

📋 copy color: '#FFEC0A'

red 255 ◦ green 236 ◦ blue 10

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

Shades of Lemon #FFEC0A

Tints of Lemon #FFEC0A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.11%

 BLUE value IS 10 (4.3% from 255) = 2%

R = 50.9%
G = 47.11%
B = 2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFEC0A (or 0xFFEC0A) is known color: Lemon. HEX triplet: FF, EC and 0A. RGB value is (255,236,10). Sum of RGB (Red+Green+Blue) = 255+236+10=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC0A is #0013F5. Grayscale: #D8D8D8. Windows color (decimal): -5110 or 716031. OLE color: 716031.

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

Color convert

RGB 255 236 10 -
CMYK 0 0.07 0.96 0
HSL 55.35º 1% 0.52% -
HSV(B) 55.35º 0.96% 1% -
XYZ 71.29 81.27 12.22 -
YUV 215.92 11.79 155.88 -
System Red Green Blue C M Y K H S L
Decimal 255 236 10 0 0.07 0.96 0 55.35 1 0.52
Hex FF EC A 0 7 60 0 37 64 34
Octal 377 354 12 0 7 140 0 67 144 64
Binary 11111111 11101100 1010 0 111 1100000 0 110111 1100100 110100

Color Harmonies of #FFEC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC0A

Black with #FFEC0A

Text Example


Text Example

White with #FFEC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC0A; }

 p { color: rgb(255,236,10); }

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

background-color css

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

 a { background-color: rgb(255,236,10); }

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

border-color css

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

 span { border-color: rgb(255,236,10); }

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