Html Css Color HEX #EAE110 Lemon

📋 copy color: '#EAE110'

red 234 ◦ green 225 ◦ blue 16

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

Shades of Lemon #EAE110

Tints of Lemon #EAE110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

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

R = 49.26%
G = 47.37%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAE110 (or 0xEAE110) is known color: Lemon. HEX triplet: EA, E1 and 10. RGB value is (234,225,16). Sum of RGB (Red+Green+Blue) = 234+225+16=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE110 is #151EEF. Grayscale: #CCCCCC. Windows color (decimal): -1384176 or 1106410. OLE color: 1106410.

HSL color Cylindrical-coordinate representation of color #EAE110: hue angle of 57.52º 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 #EAE110 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 16 -
CMYK 0 0.04 0.93 0.08
HSL 57.52º 0.87% 0.49% -
HSV(B) 57.52º 0.93% 0.92% -
XYZ 60.95 71.38 11.06 -
YUV 203.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 234 225 16 0 0.04 0.93 0.08 57.52 0.87 0.49
Hex EA E1 10 0 4 5D 8 3A 57 31
Octal 352 341 20 0 4 135 10 72 127 61
Binary 11101010 11100001 10000 0 100 1011101 1000 111010 1010111 110001

Color Harmonies of #EAE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE110

Black with #EAE110

Text Example


Text Example

White with #EAE110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE110; }

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

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

background-color css

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

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

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

border-color css

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

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

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