Html Css Color HEX #EED90F Lemon

📋 copy color: '#EED90F'

red 238 ◦ green 217 ◦ blue 15

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

Shades of Lemon #EED90F

Tints of Lemon #EED90F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.17%

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 50.64%
G = 46.17%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EED90F (or 0xEED90F) is known color: Lemon. HEX triplet: EE, D9 and 0F. RGB value is (238,217,15). Sum of RGB (Red+Green+Blue) = 238+217+15=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EED90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED90F is #1126F0. Grayscale: #C9C9C9. Windows color (decimal): -1124081 or 1038830. OLE color: 1038830.

HSL color Cylindrical-coordinate representation of color #EED90F: hue angle of 54.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED90F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 217 15 -
CMYK 0 0.09 0.94 0.07
HSL 54.35º 0.88% 0.5% -
HSV(B) 54.35º 0.94% 0.93% -
XYZ 60.16 67.84 10.38 -
YUV 200.25 23.46 154.93 -
System Red Green Blue C M Y K H S L
Decimal 238 217 15 0 0.09 0.94 0.07 54.35 0.88 0.5
Hex EE D9 F 0 9 5E 7 36 58 32
Octal 356 331 17 0 11 136 7 66 130 62
Binary 11101110 11011001 1111 0 1001 1011110 111 110110 1011000 110010

Color Harmonies of #EED90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED90F

Black with #EED90F

Text Example


Text Example

White with #EED90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED90F; }

 p { color: rgb(238,217,15); }

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

background-color css

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

 a { background-color: rgb(238,217,15); }

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

border-color css

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

 span { border-color: rgb(238,217,15); }

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