Html Css Color HEX #EEF00F Lemon

📋 copy color: '#EEF00F'

red 238 ◦ green 240 ◦ blue 15

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

Shades of Lemon #EEF00F

Tints of Lemon #EEF00F

RGB

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

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

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

R = 48.28%
G = 48.68%
B = 3.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EEF00F (or 0xEEF00F) is known color: Lemon. HEX triplet: EE, F0 and 0F. RGB value is (238,240,15). Sum of RGB (Red+Green+Blue) = 238+240+15=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 15 (6.25% from 255 or 3.04% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00F is #110FF0. Grayscale: #D6D6D6. Windows color (decimal): -1118193 or 1044718. OLE color: 1044718.

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

Color convert

RGB 238 240 15 -
CMYK 0.01 0 0.94 0.06
HSL 60.53º 0.88% 0.5% -
HSV(B) 60.53º 0.94% 0.94% -
XYZ 66.51 80.53 12.49 -
YUV 213.75 15.84 145.3 -
System Red Green Blue C M Y K H S L
Decimal 238 240 15 0.01 0 0.94 0.06 60.53 0.88 0.5
Hex EE F0 F 1 0 5E 6 3D 58 32
Octal 356 360 17 1 0 136 6 75 130 62
Binary 11101110 11110000 1111 1 0 1011110 110 111101 1011000 110010

Color Harmonies of #EEF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF00F

Black with #EEF00F

Text Example


Text Example

White with #EEF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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