Html Css Color HEX #FFEC1B Lemon

📋 copy color: '#FFEC1B'

red 255 ◦ green 236 ◦ blue 27

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

Shades of Lemon #FFEC1B

Tints of Lemon #FFEC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.21%

R = 49.23%
G = 45.56%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFEC1B (or 0xFFEC1B) is known color: Lemon. HEX triplet: FF, EC and 1B. RGB value is (255,236,27). Sum of RGB (Red+Green+Blue) = 255+236+27=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 27 (10.94% from 255 or 5.21% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC1B is #0013E4. Grayscale: #DADADA. Windows color (decimal): -5093 or 1830143. OLE color: 1830143.

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

Color convert

RGB 255 236 27 -
CMYK 0 0.07 0.89 0
HSL 55º 1% 0.55% -
HSV(B) 55º 0.89% 1% -
XYZ 71.43 81.33 12.97 -
YUV 217.86 20.29 154.49 -
System Red Green Blue C M Y K H S L
Decimal 255 236 27 0 0.07 0.89 0 55 1 0.55
Hex FF EC 1B 0 7 59 0 37 64 37
Octal 377 354 33 0 7 131 0 67 144 67
Binary 11111111 11101100 11011 0 111 1011001 0 110111 1100100 110111

Color Harmonies of #FFEC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC1B

Black with #FFEC1B

Text Example


Text Example

White with #FFEC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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