Html Css Color HEX #FFEE14 Lemon

📋 copy color: '#FFEE14'

red 255 ◦ green 238 ◦ blue 20

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

Shades of Lemon #FFEE14

Tints of Lemon #FFEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.39%

 BLUE value IS 20 (8.2% from 255) = 3.9%

R = 49.71%
G = 46.39%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFEE14 (or 0xFFEE14) is known color: Lemon. HEX triplet: FF, EE and 14. RGB value is (255,238,20). Sum of RGB (Red+Green+Blue) = 255+238+20=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE14 is #0011EB. Grayscale: #DBDBDB. Windows color (decimal): -4588 or 1371903. OLE color: 1371903.

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

Color convert

RGB 255 238 20 -
CMYK 0 0.07 0.92 0
HSL 55.66º 1% 0.54% -
HSV(B) 55.66º 0.92% 1% -
XYZ 71.94 82.46 12.79 -
YUV 218.23 16.13 154.23 -
System Red Green Blue C M Y K H S L
Decimal 255 238 20 0 0.07 0.92 0 55.66 1 0.54
Hex FF EE 14 0 7 5C 0 38 64 36
Octal 377 356 24 0 7 134 0 70 144 66
Binary 11111111 11101110 10100 0 111 1011100 0 111000 1100100 110110

Color Harmonies of #FFEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE14

Black with #FFEE14

Text Example


Text Example

White with #FFEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE14; }

 p { color: rgb(255,238,20); }

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

background-color css

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

 a { background-color: rgb(255,238,20); }

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

border-color css

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

 span { border-color: rgb(255,238,20); }

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