Html Css Color HEX #EEF00D Lemon

📋 copy color: '#EEF00D'

red 238 ◦ green 240 ◦ blue 13

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

Shades of Lemon #EEF00D

Tints of Lemon #EEF00D

RGB

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

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

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

R = 48.47%
G = 48.88%
B = 2.65%

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

#EEF00D (or 0xEEF00D) is known color: Lemon. HEX triplet: EE, F0 and 0D. RGB value is (238,240,13). Sum of RGB (Red+Green+Blue) = 238+240+13=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF00D is #110FF2. Grayscale: #D6D6D6. Windows color (decimal): -1118195 or 913646. OLE color: 913646.

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

Color convert

RGB 238 240 13 -
CMYK 0.01 0 0.95 0.06
HSL 60.53º 0.9% 0.5% -
HSV(B) 60.53º 0.95% 0.94% -
XYZ 66.49 80.53 12.42 -
YUV 213.52 14.84 145.46 -
System Red Green Blue C M Y K H S L
Decimal 238 240 13 0.01 0 0.95 0.06 60.53 0.9 0.5
Hex EE F0 D 1 0 5F 6 3D 5A 32
Octal 356 360 15 1 0 137 6 75 132 62
Binary 11101110 11110000 1101 1 0 1011111 110 111101 1011010 110010

Color Harmonies of #EEF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF00D

Black with #EEF00D

Text Example


Text Example

White with #EEF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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