Html Css Color HEX #EAE315 Lemon

📋 copy color: '#EAE315'

red 234 ◦ green 227 ◦ blue 21

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

Shades of Lemon #EAE315

Tints of Lemon #EAE315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.36%

R = 48.55%
G = 47.1%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAE315 (or 0xEAE315) is known color: Lemon. HEX triplet: EA, E3 and 15. RGB value is (234,227,21). Sum of RGB (Red+Green+Blue) = 234+227+21=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE315 is #151CEA. Grayscale: #CECECE. Windows color (decimal): -1383659 or 1434602. OLE color: 1434602.

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

Color convert

RGB 234 227 21 -
CMYK 0 0.03 0.91 0.08
HSL 58.03º 0.84% 0.5% -
HSV(B) 58.03º 0.91% 0.92% -
XYZ 61.54 72.48 11.46 -
YUV 205.61 23.82 148.25 -
System Red Green Blue C M Y K H S L
Decimal 234 227 21 0 0.03 0.91 0.08 58.03 0.84 0.5
Hex EA E3 15 0 3 5B 8 3A 54 32
Octal 352 343 25 0 3 133 10 72 124 62
Binary 11101010 11100011 10101 0 11 1011011 1000 111010 1010100 110010

Color Harmonies of #EAE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE315

Black with #EAE315

Text Example


Text Example

White with #EAE315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE315; }

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

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

background-color css

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

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

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

border-color css

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

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

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