Html Css Color HEX #EEF215 Lemon

📋 copy color: '#EEF215'

red 238 ◦ green 242 ◦ blue 21

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

Shades of Lemon #EEF215

Tints of Lemon #EEF215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 21 (8.59% from 255) = 4.19%

R = 47.5%
G = 48.3%
B = 4.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#EEF215 (or 0xEEF215) is known color: Lemon. HEX triplet: EE, F2 and 15. RGB value is (238,242,21). Sum of RGB (Red+Green+Blue) = 238+242+21=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 21 (8.59% from 255 or 4.19% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF215 is #110DEA. Grayscale: #D8D8D8. Windows color (decimal): -1117675 or 1438446. OLE color: 1438446.

HSL color Cylindrical-coordinate representation of color #EEF215: hue angle of 61.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF215 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 21 -
CMYK 0.02 0 0.91 0.05
HSL 61.09º 0.89% 0.52% -
HSV(B) 61.09º 0.91% 0.95% -
XYZ 67.15 81.74 12.95 -
YUV 215.61 18.17 143.97 -
System Red Green Blue C M Y K H S L
Decimal 238 242 21 0.02 0 0.91 0.05 61.09 0.89 0.52
Hex EE F2 15 2 0 5B 5 3D 59 34
Octal 356 362 25 2 0 133 5 75 131 64
Binary 11101110 11110010 10101 10 0 1011011 101 111101 1011001 110100

Color Harmonies of #EEF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF215

Black with #EEF215

Text Example


Text Example

White with #EEF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF215; }

 p { color: rgb(238,242,21); }

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

background-color css

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

 a { background-color: rgb(238,242,21); }

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

border-color css

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

 span { border-color: rgb(238,242,21); }

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