Html Css Color HEX #EAE113 Lemon

📋 copy color: '#EAE113'

red 234 ◦ green 225 ◦ blue 19

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

Shades of Lemon #EAE113

Tints of Lemon #EAE113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 48.95%
G = 47.07%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE113 (or 0xEAE113) is known color: Lemon. HEX triplet: EA, E1 and 13. RGB value is (234,225,19). Sum of RGB (Red+Green+Blue) = 234+225+19=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE113 is #151EEC. Grayscale: #CDCDCD. Windows color (decimal): -1384173 or 1303018. OLE color: 1303018.

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

Color convert

RGB 234 225 19 -
CMYK 0 0.04 0.92 0.08
HSL 57.49º 0.85% 0.5% -
HSV(B) 57.49º 0.92% 0.92% -
XYZ 60.97 71.39 11.18 -
YUV 204.21 23.48 149.25 -
System Red Green Blue C M Y K H S L
Decimal 234 225 19 0 0.04 0.92 0.08 57.49 0.85 0.5
Hex EA E1 13 0 4 5C 8 39 55 32
Octal 352 341 23 0 4 134 10 71 125 62
Binary 11101010 11100001 10011 0 100 1011100 1000 111001 1010101 110010

Color Harmonies of #EAE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE113

Black with #EAE113

Text Example


Text Example

White with #EAE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE113; }

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

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

background-color css

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

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

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

border-color css

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

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

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