Html Css Color HEX #EAE710 Lemon

📋 copy color: '#EAE710'

red 234 ◦ green 231 ◦ blue 16

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

Shades of Lemon #EAE710

Tints of Lemon #EAE710

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.02%

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 48.65%
G = 48.02%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAE710 (or 0xEAE710) is known color: Lemon. HEX triplet: EA, E7 and 10. RGB value is (234,231,16). Sum of RGB (Red+Green+Blue) = 234+231+16=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE710 is #1518EF. Grayscale: #D0D0D0. Windows color (decimal): -1382640 or 1107946. OLE color: 1107946.

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

Color convert

RGB 234 231 16 -
CMYK 0 0.01 0.93 0.08
HSL 59.17º 0.87% 0.49% -
HSV(B) 59.17º 0.93% 0.92% -
XYZ 62.6 74.68 11.61 -
YUV 207.39 19.99 146.98 -
System Red Green Blue C M Y K H S L
Decimal 234 231 16 0 0.01 0.93 0.08 59.17 0.87 0.49
Hex EA E7 10 0 1 5D 8 3B 57 31
Octal 352 347 20 0 1 135 10 73 127 61
Binary 11101010 11100111 10000 0 1 1011101 1000 111011 1010111 110001

Color Harmonies of #EAE710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE710

Black with #EAE710

Text Example


Text Example

White with #EAE710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE710; }

 p { color: rgb(234,231,16); }

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

background-color css

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

 a { background-color: rgb(234,231,16); }

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

border-color css

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

 span { border-color: rgb(234,231,16); }

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