Html Css Color HEX #EEF40E Lemon

📋 copy color: '#EEF40E'

red 238 ◦ green 244 ◦ blue 14

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

Shades of Lemon #EEF40E

Tints of Lemon #EEF40E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

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

R = 47.98%
G = 49.19%
B = 2.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#EEF40E (or 0xEEF40E) is known color: Lemon. HEX triplet: EE, F4 and 0E. RGB value is (238,244,14). Sum of RGB (Red+Green+Blue) = 238+244+14=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF40E is #110BF1. Grayscale: #D8D8D8. Windows color (decimal): -1117170 or 980206. OLE color: 980206.

HSL color Cylindrical-coordinate representation of color #EEF40E: hue angle of 61.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEF40E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 244 14 -
CMYK 0.02 0 0.94 0.04
HSL 61.57º 0.91% 0.51% -
HSV(B) 61.57º 0.94% 0.96% -
XYZ 67.69 82.91 12.85 -
YUV 215.99 14.01 143.7 -
System Red Green Blue C M Y K H S L
Decimal 238 244 14 0.02 0 0.94 0.04 61.57 0.91 0.51
Hex EE F4 E 2 0 5E 4 3E 5B 33
Octal 356 364 16 2 0 136 4 76 133 63
Binary 11101110 11110100 1110 10 0 1011110 100 111110 1011011 110011

Color Harmonies of #EEF40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF40E

Black with #EEF40E

Text Example


Text Example

White with #EEF40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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