Html Css Color HEX #FFEE0E Lemon

📋 copy color: '#FFEE0E'

red 255 ◦ green 238 ◦ blue 14

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

Shades of Lemon #FFEE0E

Tints of Lemon #FFEE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.76%

R = 50.3%
G = 46.94%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFEE0E (or 0xFFEE0E) is known color: Lemon. HEX triplet: FF, EE and 0E. RGB value is (255,238,14). Sum of RGB (Red+Green+Blue) = 255+238+14=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 14 (5.86% from 255 or 2.76% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE0E is #0011F1. Grayscale: #DADADA. Windows color (decimal): -4594 or 978687. OLE color: 978687.

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

Color convert

RGB 255 238 14 -
CMYK 0 0.07 0.95 0
HSL 55.77º 1% 0.53% -
HSV(B) 55.77º 0.95% 1% -
XYZ 71.89 82.44 12.54 -
YUV 217.55 13.13 154.71 -
System Red Green Blue C M Y K H S L
Decimal 255 238 14 0 0.07 0.95 0 55.77 1 0.53
Hex FF EE E 0 7 5F 0 38 64 35
Octal 377 356 16 0 7 137 0 70 144 65
Binary 11111111 11101110 1110 0 111 1011111 0 111000 1100100 110101

Color Harmonies of #FFEE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE0E

Black with #FFEE0E

Text Example


Text Example

White with #FFEE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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