Html Css Color HEX #FFEC1F Lemon

📋 copy color: '#FFEC1F'

red 255 ◦ green 236 ◦ blue 31

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

Shades of Lemon #FFEC1F

Tints of Lemon #FFEC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.94%

R = 48.85%
G = 45.21%
B = 5.94%

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

#FFEC1F (or 0xFFEC1F) is known color: Lemon. HEX triplet: FF, EC and 1F. RGB value is (255,236,31). Sum of RGB (Red+Green+Blue) = 255+236+31=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 31 (12.5% from 255 or 5.94% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC1F is #0013E0. Grayscale: #DBDBDB. Windows color (decimal): -5089 or 2092287. OLE color: 2092287.

HSL color Cylindrical-coordinate representation of color #FFEC1F: hue angle of 54.91º 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 #FFEC1F is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 31 -
CMYK 0 0.07 0.88 0
HSL 54.91º 1% 0.56% -
HSV(B) 54.91º 0.88% 1% -
XYZ 71.48 81.35 13.23 -
YUV 218.31 22.29 154.17 -
System Red Green Blue C M Y K H S L
Decimal 255 236 31 0 0.07 0.88 0 54.91 1 0.56
Hex FF EC 1F 0 7 58 0 37 64 38
Octal 377 354 37 0 7 130 0 67 144 70
Binary 11111111 11101100 11111 0 111 1011000 0 110111 1100100 111000

Color Harmonies of #FFEC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC1F

Black with #FFEC1F

Text Example


Text Example

White with #FFEC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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