Html Css Color HEX #EEE80F Lemon

📋 copy color: '#EEE80F'

red 238 ◦ green 232 ◦ blue 15

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

Shades of Lemon #EEE80F

Tints of Lemon #EEE80F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

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

R = 49.07%
G = 47.84%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEE80F (or 0xEEE80F) is known color: Lemon. HEX triplet: EE, E8 and 0F. RGB value is (238,232,15). Sum of RGB (Red+Green+Blue) = 238+232+15=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE80F is #1117F0. Grayscale: #D1D1D1. Windows color (decimal): -1120241 or 1042670. OLE color: 1042670.

HSL color Cylindrical-coordinate representation of color #EEE80F: hue angle of 58.39º 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 #EEE80F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 232 15 -
CMYK 0 0.03 0.94 0.07
HSL 58.39º 0.88% 0.5% -
HSV(B) 58.39º 0.94% 0.93% -
XYZ 64.2 75.92 11.72 -
YUV 209.06 18.49 148.64 -
System Red Green Blue C M Y K H S L
Decimal 238 232 15 0 0.03 0.94 0.07 58.39 0.88 0.5
Hex EE E8 F 0 3 5E 7 3A 58 32
Octal 356 350 17 0 3 136 7 72 130 62
Binary 11101110 11101000 1111 0 11 1011110 111 111010 1011000 110010

Color Harmonies of #EEE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE80F

Black with #EEE80F

Text Example


Text Example

White with #EEE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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