Html Css Color HEX #EEF414 Lemon

📋 copy color: '#EEF414'

red 238 ◦ green 244 ◦ blue 20

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

Shades of Lemon #EEF414

Tints of Lemon #EEF414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.98%

R = 47.41%
G = 48.61%
B = 3.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#EEF414 (or 0xEEF414) is known color: Lemon. HEX triplet: EE, F4 and 14. RGB value is (238,244,20). Sum of RGB (Red+Green+Blue) = 238+244+20=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 20 (8.20% from 255 or 3.98% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF414 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF414 is #110BEB. Grayscale: #D9D9D9. Windows color (decimal): -1117164 or 1373422. OLE color: 1373422.

HSL color Cylindrical-coordinate representation of color #EEF414: 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.92%. Process color model (Four color, CMYK) of #EEF414 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 244 20 -
CMYK 0.02 0 0.92 0.04
HSL 61.61º 0.91% 0.52% -
HSV(B) 61.61º 0.92% 0.96% -
XYZ 67.74 82.93 13.1 -
YUV 216.67 17.01 143.21 -
System Red Green Blue C M Y K H S L
Decimal 238 244 20 0.02 0 0.92 0.04 61.61 0.91 0.52
Hex EE F4 14 2 0 5C 4 3E 5B 34
Octal 356 364 24 2 0 134 4 76 133 64
Binary 11101110 11110100 10100 10 0 1011100 100 111110 1011011 110100

Color Harmonies of #EEF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF414

Black with #EEF414

Text Example


Text Example

White with #EEF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF414; }

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

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

background-color css

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

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

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

border-color css

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

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

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