Html Css Color HEX #EEF004 Lemon

📋 copy color: '#EEF004'

red 238 ◦ green 240 ◦ blue 4

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

Shades of Lemon #EEF004

Tints of Lemon #EEF004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 49.38%
G = 49.79%
B = 0.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EEF004 (or 0xEEF004) is known color: Lemon. HEX triplet: EE, F0 and 04. RGB value is (238,240,4). Sum of RGB (Red+Green+Blue) = 238+240+4=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF004 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF004 is #110FFB. Grayscale: #D5D5D5. Windows color (decimal): -1118204 or 323822. OLE color: 323822.

HSL color Cylindrical-coordinate representation of color #EEF004: hue angle of 60.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEF004 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 4 -
CMYK 0.01 0 0.98 0.06
HSL 60.51º 0.97% 0.48% -
HSV(B) 60.51º 0.98% 0.94% -
XYZ 66.44 80.51 12.15 -
YUV 212.5 10.34 146.19 -
System Red Green Blue C M Y K H S L
Decimal 238 240 4 0.01 0 0.98 0.06 60.51 0.97 0.48
Hex EE F0 4 1 0 62 6 3D 61 30
Octal 356 360 4 1 0 142 6 75 141 60
Binary 11101110 11110000 100 1 0 1100010 110 111101 1100001 110000

Color Harmonies of #EEF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF004

Black with #EEF004

Text Example


Text Example

White with #EEF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF004; }

 p { color: rgb(238,240,4); }

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

background-color css

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

 a { background-color: rgb(238,240,4); }

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

border-color css

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

 span { border-color: rgb(238,240,4); }

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