Html Css Color HEX #EEE40F Lemon

📋 copy color: '#EEE40F'

red 238 ◦ green 228 ◦ blue 15

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

Shades of Lemon #EEE40F

Tints of Lemon #EEE40F

RGB

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

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

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

R = 49.48%
G = 47.4%
B = 3.12%

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

#EEE40F (or 0xEEE40F) is known color: Lemon. HEX triplet: EE, E4 and 0F. RGB value is (238,228,15). Sum of RGB (Red+Green+Blue) = 238+228+15=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40F is #111BF0. Grayscale: #CFCFCF. Windows color (decimal): -1121265 or 1041646. OLE color: 1041646.

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

Color convert

RGB 238 228 15 -
CMYK 0 0.04 0.94 0.07
HSL 57.31º 0.88% 0.5% -
HSV(B) 57.31º 0.94% 0.93% -
XYZ 63.09 73.7 11.35 -
YUV 206.71 19.81 150.32 -
System Red Green Blue C M Y K H S L
Decimal 238 228 15 0 0.04 0.94 0.07 57.31 0.88 0.5
Hex EE E4 F 0 4 5E 7 39 58 32
Octal 356 344 17 0 4 136 7 71 130 62
Binary 11101110 11100100 1111 0 100 1011110 111 111001 1011000 110010

Color Harmonies of #EEE40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE40F

Black with #EEE40F

Text Example


Text Example

White with #EEE40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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