Html Css Color HEX #EEF00C Lemon

📋 copy color: '#EEF00C'

red 238 ◦ green 240 ◦ blue 12

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

Shades of Lemon #EEF00C

Tints of Lemon #EEF00C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 48.57%
G = 48.98%
B = 2.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EEF00C (or 0xEEF00C) is known color: Lemon. HEX triplet: EE, F0 and 0C. RGB value is (238,240,12). Sum of RGB (Red+Green+Blue) = 238+240+12=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00C is #110FF3. Grayscale: #D6D6D6. Windows color (decimal): -1118196 or 848110. OLE color: 848110.

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

Color convert

RGB 238 240 12 -
CMYK 0.01 0 0.95 0.06
HSL 60.53º 0.9% 0.49% -
HSV(B) 60.53º 0.95% 0.94% -
XYZ 66.49 80.52 12.39 -
YUV 213.41 14.34 145.54 -
System Red Green Blue C M Y K H S L
Decimal 238 240 12 0.01 0 0.95 0.06 60.53 0.9 0.49
Hex EE F0 C 1 0 5F 6 3D 5A 31
Octal 356 360 14 1 0 137 6 75 132 61
Binary 11101110 11110000 1100 1 0 1011111 110 111101 1011010 110001

Color Harmonies of #EEF00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF00C

Black with #EEF00C

Text Example


Text Example

White with #EEF00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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