Html Css Color HEX #EEF415 Lemon

📋 copy color: '#EEF415'

red 238 ◦ green 244 ◦ blue 21

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

Shades of Lemon #EEF415

Tints of Lemon #EEF415

RGB

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

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

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

R = 47.32%
G = 48.51%
B = 4.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EEF415 (or 0xEEF415) is known color: Lemon. HEX triplet: EE, F4 and 15. RGB value is (238,244,21). Sum of RGB (Red+Green+Blue) = 238+244+21=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF415 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF415 is #110BEA. Grayscale: #D9D9D9. Windows color (decimal): -1117163 or 1438958. OLE color: 1438958.

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

Color convert

RGB 238 244 21 -
CMYK 0.02 0 0.91 0.04
HSL 61.61º 0.91% 0.52% -
HSV(B) 61.61º 0.91% 0.96% -
XYZ 67.75 82.93 13.15 -
YUV 216.78 17.51 143.13 -
System Red Green Blue C M Y K H S L
Decimal 238 244 21 0.02 0 0.91 0.04 61.61 0.91 0.52
Hex EE F4 15 2 0 5B 4 3E 5B 34
Octal 356 364 25 2 0 133 4 76 133 64
Binary 11101110 11110100 10101 10 0 1011011 100 111110 1011011 110100

Color Harmonies of #EEF415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF415

Black with #EEF415

Text Example


Text Example

White with #EEF415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF415; }

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

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

background-color css

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

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

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

border-color css

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

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

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