Html Css Color HEX #EEF003 Lemon

📋 copy color: '#EEF003'

red 238 ◦ green 240 ◦ blue 3

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

Shades of Lemon #EEF003

Tints of Lemon #EEF003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.62%

R = 49.48%
G = 49.9%
B = 0.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EEF003 (or 0xEEF003) is known color: Lemon. HEX triplet: EE, F0 and 03. RGB value is (238,240,3). Sum of RGB (Red+Green+Blue) = 238+240+3=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 3 (1.56% from 255 or 0.62% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF003 is #110FFC. Grayscale: #D5D5D5. Windows color (decimal): -1118205 or 258286. OLE color: 258286.

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

Color convert

RGB 238 240 3 -
CMYK 0.01 0 0.99 0.06
HSL 60.51º 0.98% 0.48% -
HSV(B) 60.51º 0.99% 0.94% -
XYZ 66.44 80.5 12.12 -
YUV 212.38 9.84 146.27 -
System Red Green Blue C M Y K H S L
Decimal 238 240 3 0.01 0 0.99 0.06 60.51 0.98 0.48
Hex EE F0 3 1 0 63 6 3D 62 30
Octal 356 360 3 1 0 143 6 75 142 60
Binary 11101110 11110000 11 1 0 1100011 110 111101 1100010 110000

Color Harmonies of #EEF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF003

Black with #EEF003

Text Example


Text Example

White with #EEF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF003; }

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

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

background-color css

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

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

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

border-color css

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

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

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