Html Css Color HEX #EEE40E Lemon

📋 copy color: '#EEE40E'

red 238 ◦ green 228 ◦ blue 14

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

Shades of Lemon #EEE40E

Tints of Lemon #EEE40E

RGB

 RED value IS 238 (93.36% from 255) = 49.58%

 GREEN value IS 228 (89.45% from 255) = 47.5%

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

R = 49.58%
G = 47.5%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEE40E (or 0xEEE40E) is known color: Lemon. HEX triplet: EE, E4 and 0E. RGB value is (238,228,14). Sum of RGB (Red+Green+Blue) = 238+228+14=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40E is #111BF1. Grayscale: #CFCFCF. Windows color (decimal): -1121266 or 976110. OLE color: 976110.

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

Color convert

RGB 238 228 14 -
CMYK 0 0.04 0.94 0.07
HSL 57.32º 0.89% 0.49% -
HSV(B) 57.32º 0.94% 0.93% -
XYZ 63.08 73.7 11.32 -
YUV 206.59 19.31 150.4 -
System Red Green Blue C M Y K H S L
Decimal 238 228 14 0 0.04 0.94 0.07 57.32 0.89 0.49
Hex EE E4 E 0 4 5E 7 39 59 31
Octal 356 344 16 0 4 136 7 71 131 61
Binary 11101110 11100100 1110 0 100 1011110 111 111001 1011001 110001

Color Harmonies of #EEE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE40E

Black with #EEE40E

Text Example


Text Example

White with #EEE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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