Html Css Color HEX #FFEC0F Lemon

📋 copy color: '#FFEC0F'

red 255 ◦ green 236 ◦ blue 15

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

Shades of Lemon #FFEC0F

Tints of Lemon #FFEC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.96%

R = 50.4%
G = 46.64%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFEC0F (or 0xFFEC0F) is known color: Lemon. HEX triplet: FF, EC and 0F. RGB value is (255,236,15). Sum of RGB (Red+Green+Blue) = 255+236+15=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 15 (6.25% from 255 or 2.96% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEC0F is #0013F0. Grayscale: #D9D9D9. Windows color (decimal): -5105 or 1043711. OLE color: 1043711.

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

Color convert

RGB 255 236 15 -
CMYK 0 0.07 0.94 0
HSL 55.25º 1% 0.53% -
HSV(B) 55.25º 0.94% 1% -
XYZ 71.32 81.29 12.38 -
YUV 216.49 14.29 155.47 -
System Red Green Blue C M Y K H S L
Decimal 255 236 15 0 0.07 0.94 0 55.25 1 0.53
Hex FF EC F 0 7 5E 0 37 64 35
Octal 377 354 17 0 7 136 0 67 144 65
Binary 11111111 11101100 1111 0 111 1011110 0 110111 1100100 110101

Color Harmonies of #FFEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC0F

Black with #FFEC0F

Text Example


Text Example

White with #FFEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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