Html Css Color HEX #EAE80F Lemon

📋 copy color: '#EAE80F'

red 234 ◦ green 232 ◦ blue 15

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

Shades of Lemon #EAE80F

Tints of Lemon #EAE80F

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

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

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

R = 48.65%
G = 48.23%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE80F (or 0xEAE80F) is known color: Lemon. HEX triplet: EA, E8 and 0F. RGB value is (234,232,15). Sum of RGB (Red+Green+Blue) = 234+232+15=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE80F is #1517F0. Grayscale: #D0D0D0. Windows color (decimal): -1382385 or 1042666. OLE color: 1042666.

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

Color convert

RGB 234 232 15 -
CMYK 0 0.01 0.94 0.08
HSL 59.45º 0.88% 0.49% -
HSV(B) 59.45º 0.94% 0.92% -
XYZ 62.87 75.24 11.66 -
YUV 207.86 19.16 146.64 -
System Red Green Blue C M Y K H S L
Decimal 234 232 15 0 0.01 0.94 0.08 59.45 0.88 0.49
Hex EA E8 F 0 1 5E 8 3B 58 31
Octal 352 350 17 0 1 136 10 73 130 61
Binary 11101010 11101000 1111 0 1 1011110 1000 111011 1011000 110001

Color Harmonies of #EAE80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE80F

Black with #EAE80F

Text Example


Text Example

White with #EAE80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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