Html Css Color HEX #EAE80D Lemon

📋 copy color: '#EAE80D'

red 234 ◦ green 232 ◦ blue 13

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

Shades of Lemon #EAE80D

Tints of Lemon #EAE80D

RGB

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

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

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

R = 48.85%
G = 48.43%
B = 2.71%

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

#EAE80D (or 0xEAE80D) is known color: Lemon. HEX triplet: EA, E8 and 0D. RGB value is (234,232,13). Sum of RGB (Red+Green+Blue) = 234+232+13=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE80D is #1517F2. Grayscale: #D0D0D0. Windows color (decimal): -1382387 or 911594. OLE color: 911594.

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

Color convert

RGB 234 232 13 -
CMYK 0 0.01 0.94 0.08
HSL 59.46º 0.89% 0.48% -
HSV(B) 59.46º 0.94% 0.92% -
XYZ 62.86 75.23 11.59 -
YUV 207.63 18.16 146.81 -
System Red Green Blue C M Y K H S L
Decimal 234 232 13 0 0.01 0.94 0.08 59.46 0.89 0.48
Hex EA E8 D 0 1 5E 8 3B 59 30
Octal 352 350 15 0 1 136 10 73 131 60
Binary 11101010 11101000 1101 0 1 1011110 1000 111011 1011001 110000

Color Harmonies of #EAE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE80D

Black with #EAE80D

Text Example


Text Example

White with #EAE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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