Html Css Color HEX #EAE413 Lemon

📋 copy color: '#EAE413'

red 234 ◦ green 228 ◦ blue 19

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

Shades of Lemon #EAE413

Tints of Lemon #EAE413

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.4%

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

R = 48.65%
G = 47.4%
B = 3.95%

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

#EAE413 (or 0xEAE413) is known color: Lemon. HEX triplet: EA, E4 and 13. RGB value is (234,228,19). Sum of RGB (Red+Green+Blue) = 234+228+19=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE413 is #151BEC. Grayscale: #CECECE. Windows color (decimal): -1383405 or 1303786. OLE color: 1303786.

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

Color convert

RGB 234 228 19 -
CMYK 0 0.03 0.92 0.08
HSL 58.33º 0.85% 0.5% -
HSV(B) 58.33º 0.92% 0.92% -
XYZ 61.79 73.03 11.45 -
YUV 205.97 22.49 147.99 -
System Red Green Blue C M Y K H S L
Decimal 234 228 19 0 0.03 0.92 0.08 58.33 0.85 0.5
Hex EA E4 13 0 3 5C 8 3A 55 32
Octal 352 344 23 0 3 134 10 72 125 62
Binary 11101010 11100100 10011 0 11 1011100 1000 111010 1010101 110010

Color Harmonies of #EAE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE413

Black with #EAE413

Text Example


Text Example

White with #EAE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE413; }

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

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

background-color css

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

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

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

border-color css

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

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

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