Html Css Color HEX #EEF10D Lemon

📋 copy color: '#EEF10D'

red 238 ◦ green 241 ◦ blue 13

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

Shades of Lemon #EEF10D

Tints of Lemon #EEF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.64%

R = 48.37%
G = 48.98%
B = 2.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EEF10D (or 0xEEF10D) is known color: Lemon. HEX triplet: EE, F1 and 0D. RGB value is (238,241,13). Sum of RGB (Red+Green+Blue) = 238+241+13=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 13 (5.47% from 255 or 2.64% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF10D is #110EF2. Grayscale: #D7D7D7. Windows color (decimal): -1117939 or 913902. OLE color: 913902.

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

Color convert

RGB 238 241 13 -
CMYK 0.01 0 0.95 0.05
HSL 60.79º 0.9% 0.5% -
HSV(B) 60.79º 0.95% 0.95% -
XYZ 66.79 81.12 12.52 -
YUV 214.11 14.51 145.04 -
System Red Green Blue C M Y K H S L
Decimal 238 241 13 0.01 0 0.95 0.05 60.79 0.9 0.5
Hex EE F1 D 1 0 5F 5 3D 5A 32
Octal 356 361 15 1 0 137 5 75 132 62
Binary 11101110 11110001 1101 1 0 1011111 101 111101 1011010 110010

Color Harmonies of #EEF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF10D

Black with #EEF10D

Text Example


Text Example

White with #EEF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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