Html Css Color HEX #FFEC1E Lemon

📋 copy color: '#FFEC1E'

red 255 ◦ green 236 ◦ blue 30

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

Shades of Lemon #FFEC1E

Tints of Lemon #FFEC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.76%

R = 48.94%
G = 45.3%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFEC1E (or 0xFFEC1E) is known color: Lemon. HEX triplet: FF, EC and 1E. RGB value is (255,236,30). Sum of RGB (Red+Green+Blue) = 255+236+30=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC1E is #0013E1. Grayscale: #DBDBDB. Windows color (decimal): -5090 or 2026751. OLE color: 2026751.

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

Color convert

RGB 255 236 30 -
CMYK 0 0.07 0.88 0
HSL 54.93º 1% 0.56% -
HSV(B) 54.93º 0.88% 1% -
XYZ 71.47 81.34 13.16 -
YUV 218.2 21.79 154.25 -
System Red Green Blue C M Y K H S L
Decimal 255 236 30 0 0.07 0.88 0 54.93 1 0.56
Hex FF EC 1E 0 7 58 0 37 64 38
Octal 377 354 36 0 7 130 0 67 144 70
Binary 11111111 11101100 11110 0 111 1011000 0 110111 1100100 111000

Color Harmonies of #FFEC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC1E

Black with #FFEC1E

Text Example


Text Example

White with #FFEC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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