Html Css Color HEX #EAE10A Lemon

📋 copy color: '#EAE10A'

red 234 ◦ green 225 ◦ blue 10

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

Shades of Lemon #EAE10A

Tints of Lemon #EAE10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 49.89%
G = 47.97%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAE10A (or 0xEAE10A) is known color: Lemon. HEX triplet: EA, E1 and 0A. RGB value is (234,225,10). Sum of RGB (Red+Green+Blue) = 234+225+10=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE10A is #151EF5. Grayscale: #CCCCCC. Windows color (decimal): -1384182 or 713194. OLE color: 713194.

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

Color convert

RGB 234 225 10 -
CMYK 0 0.04 0.96 0.08
HSL 57.59º 0.92% 0.48% -
HSV(B) 57.59º 0.96% 0.92% -
XYZ 60.91 71.36 10.85 -
YUV 203.18 18.98 149.98 -
System Red Green Blue C M Y K H S L
Decimal 234 225 10 0 0.04 0.96 0.08 57.59 0.92 0.48
Hex EA E1 A 0 4 60 8 3A 5C 30
Octal 352 341 12 0 4 140 10 72 134 60
Binary 11101010 11100001 1010 0 100 1100000 1000 111010 1011100 110000

Color Harmonies of #EAE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE10A

Black with #EAE10A

Text Example


Text Example

White with #EAE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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