Html Css Color HEX #EAE313 Lemon

📋 copy color: '#EAE313'

red 234 ◦ green 227 ◦ blue 19

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

Shades of Lemon #EAE313

Tints of Lemon #EAE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.29%

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

R = 48.75%
G = 47.29%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAE313 (or 0xEAE313) is known color: Lemon. HEX triplet: EA, E3 and 13. RGB value is (234,227,19). Sum of RGB (Red+Green+Blue) = 234+227+19=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE313 is #151CEC. Grayscale: #CECECE. Windows color (decimal): -1383661 or 1303530. OLE color: 1303530.

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

Color convert

RGB 234 227 19 -
CMYK 0 0.03 0.92 0.08
HSL 58.05º 0.85% 0.5% -
HSV(B) 58.05º 0.92% 0.92% -
XYZ 61.52 72.48 11.36 -
YUV 205.38 22.82 148.41 -
System Red Green Blue C M Y K H S L
Decimal 234 227 19 0 0.03 0.92 0.08 58.05 0.85 0.5
Hex EA E3 13 0 3 5C 8 3A 55 32
Octal 352 343 23 0 3 134 10 72 125 62
Binary 11101010 11100011 10011 0 11 1011100 1000 111010 1010101 110010

Color Harmonies of #EAE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE313

Black with #EAE313

Text Example


Text Example

White with #EAE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE313; }

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

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

background-color css

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

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

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

border-color css

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

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

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