Html Css Color HEX #EEF10A Lemon

📋 copy color: '#EEF10A'

red 238 ◦ green 241 ◦ blue 10

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

Shades of Lemon #EEF10A

Tints of Lemon #EEF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 48.67%
G = 49.28%
B = 2.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#EEF10A (or 0xEEF10A) is known color: Lemon. HEX triplet: EE, F1 and 0A. RGB value is (238,241,10). Sum of RGB (Red+Green+Blue) = 238+241+10=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 10 (4.30% from 255 or 2.04% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF10A is #110EF5. Grayscale: #D6D6D6. Windows color (decimal): -1117942 or 717294. OLE color: 717294.

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

Color convert

RGB 238 241 10 -
CMYK 0.01 0 0.96 0.05
HSL 60.78º 0.92% 0.49% -
HSV(B) 60.78º 0.96% 0.95% -
XYZ 66.77 81.11 12.42 -
YUV 213.77 13.01 145.28 -
System Red Green Blue C M Y K H S L
Decimal 238 241 10 0.01 0 0.96 0.05 60.78 0.92 0.49
Hex EE F1 A 1 0 60 5 3D 5C 31
Octal 356 361 12 1 0 140 5 75 134 61
Binary 11101110 11110001 1010 1 0 1100000 101 111101 1011100 110001

Color Harmonies of #EEF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF10A

Black with #EEF10A

Text Example


Text Example

White with #EEF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF10A; }

 p { color: rgb(238,241,10); }

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

background-color css

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

 a { background-color: rgb(238,241,10); }

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

border-color css

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

 span { border-color: rgb(238,241,10); }

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