Html Css Color HEX #EAE515 Lemon

📋 copy color: '#EAE515'

red 234 ◦ green 229 ◦ blue 21

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

Shades of Lemon #EAE515

Tints of Lemon #EAE515

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

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

R = 48.35%
G = 47.31%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAE515 (or 0xEAE515) is known color: Lemon. HEX triplet: EA, E5 and 15. RGB value is (234,229,21). Sum of RGB (Red+Green+Blue) = 234+229+21=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE515 is #151AEA. Grayscale: #CFCFCF. Windows color (decimal): -1383147 or 1435114. OLE color: 1435114.

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

Color convert

RGB 234 229 21 -
CMYK 0 0.02 0.91 0.08
HSL 58.59º 0.84% 0.5% -
HSV(B) 58.59º 0.91% 0.92% -
XYZ 62.09 73.59 11.64 -
YUV 206.78 23.16 147.41 -
System Red Green Blue C M Y K H S L
Decimal 234 229 21 0 0.02 0.91 0.08 58.59 0.84 0.5
Hex EA E5 15 0 2 5B 8 3B 54 32
Octal 352 345 25 0 2 133 10 73 124 62
Binary 11101010 11100101 10101 0 10 1011011 1000 111011 1010100 110010

Color Harmonies of #EAE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE515

Black with #EAE515

Text Example


Text Example

White with #EAE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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