Html Css Color HEX #FFEE1A Lemon

📋 copy color: '#FFEE1A'

red 255 ◦ green 238 ◦ blue 26

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

Shades of Lemon #FFEE1A

Tints of Lemon #FFEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.01%

R = 49.13%
G = 45.86%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFEE1A (or 0xFFEE1A) is known color: Lemon. HEX triplet: FF, EE and 1A. RGB value is (255,238,26). Sum of RGB (Red+Green+Blue) = 255+238+26=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 26 (10.55% from 255 or 5.01% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE1A is #0011E5. Grayscale: #DBDBDB. Windows color (decimal): -4582 or 1765119. OLE color: 1765119.

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

Color convert

RGB 255 238 26 -
CMYK 0 0.07 0.90 0
HSL 55.55º 1% 0.55% -
HSV(B) 55.55º 0.9% 1% -
XYZ 72 82.48 13.1 -
YUV 218.92 19.13 153.74 -
System Red Green Blue C M Y K H S L
Decimal 255 238 26 0 0.07 0.90 0 55.55 1 0.55
Hex FF EE 1A 0 7 5A 0 38 64 37
Octal 377 356 32 0 7 132 0 70 144 67
Binary 11111111 11101110 11010 0 111 1011010 0 111000 1100100 110111

Color Harmonies of #FFEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE1A

Black with #FFEE1A

Text Example


Text Example

White with #FFEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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