Html Css Color HEX #EEF50C Lemon

📋 copy color: '#EEF50C'

red 238 ◦ green 245 ◦ blue 12

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

Shades of Lemon #EEF50C

Tints of Lemon #EEF50C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.49%

 BLUE value IS 12 (5.08% from 255) = 2.42%

R = 48.08%
G = 49.49%
B = 2.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#EEF50C (or 0xEEF50C) is known color: Lemon. HEX triplet: EE, F5 and 0C. RGB value is (238,245,12). Sum of RGB (Red+Green+Blue) = 238+245+12=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF50C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF50C is #110AF3. Grayscale: #D9D9D9. Windows color (decimal): -1116916 or 849390. OLE color: 849390.

HSL color Cylindrical-coordinate representation of color #EEF50C: hue angle of 61.8º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEF50C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 12 -
CMYK 0.03 0 0.95 0.04
HSL 61.8º 0.92% 0.5% -
HSV(B) 61.8º 0.95% 0.96% -
XYZ 67.98 83.51 12.88 -
YUV 216.35 12.68 143.45 -
System Red Green Blue C M Y K H S L
Decimal 238 245 12 0.03 0 0.95 0.04 61.8 0.92 0.5
Hex EE F5 C 3 0 5F 4 3E 5C 32
Octal 356 365 14 3 0 137 4 76 134 62
Binary 11101110 11110101 1100 11 0 1011111 100 111110 1011100 110010

Color Harmonies of #EEF50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF50C

Black with #EEF50C

Text Example


Text Example

White with #EEF50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF50C; }

 p { color: rgb(238,245,12); }

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

background-color css

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

 a { background-color: rgb(238,245,12); }

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

border-color css

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

 span { border-color: rgb(238,245,12); }

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