Html Css Color HEX #EAE610 Lemon

📋 copy color: '#EAE610'

red 234 ◦ green 230 ◦ blue 16

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

Shades of Lemon #EAE610

Tints of Lemon #EAE610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.92%

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

R = 48.75%
G = 47.92%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAE610 (or 0xEAE610) is known color: Lemon. HEX triplet: EA, E6 and 10. RGB value is (234,230,16). Sum of RGB (Red+Green+Blue) = 234+230+16=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE610 is #1519EF. Grayscale: #CFCFCF. Windows color (decimal): -1382896 or 1107690. OLE color: 1107690.

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

Color convert

RGB 234 230 16 -
CMYK 0 0.02 0.93 0.08
HSL 58.9º 0.87% 0.49% -
HSV(B) 58.9º 0.93% 0.92% -
XYZ 62.32 74.12 11.51 -
YUV 206.8 20.33 147.4 -
System Red Green Blue C M Y K H S L
Decimal 234 230 16 0 0.02 0.93 0.08 58.9 0.87 0.49
Hex EA E6 10 0 2 5D 8 3B 57 31
Octal 352 346 20 0 2 135 10 73 127 61
Binary 11101010 11100110 10000 0 10 1011101 1000 111011 1010111 110001

Color Harmonies of #EAE610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE610

Black with #EAE610

Text Example


Text Example

White with #EAE610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE610; }

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

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

background-color css

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

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

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

border-color css

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

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

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