Html Css Color HEX #EAE115 Lemon

📋 copy color: '#EAE115'

red 234 ◦ green 225 ◦ blue 21

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

Shades of Lemon #EAE115

Tints of Lemon #EAE115

RGB

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

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

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

R = 48.75%
G = 46.88%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAE115 (or 0xEAE115) is known color: Lemon. HEX triplet: EA, E1 and 15. RGB value is (234,225,21). Sum of RGB (Red+Green+Blue) = 234+225+21=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE115 is #151EEA. Grayscale: #CDCDCD. Windows color (decimal): -1384171 or 1434090. OLE color: 1434090.

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

Color convert

RGB 234 225 21 -
CMYK 0 0.04 0.91 0.08
HSL 57.46º 0.84% 0.5% -
HSV(B) 57.46º 0.91% 0.92% -
XYZ 60.99 71.4 11.28 -
YUV 204.44 24.48 149.09 -
System Red Green Blue C M Y K H S L
Decimal 234 225 21 0 0.04 0.91 0.08 57.46 0.84 0.5
Hex EA E1 15 0 4 5B 8 39 54 32
Octal 352 341 25 0 4 133 10 71 124 62
Binary 11101010 11100001 10101 0 100 1011011 1000 111001 1010100 110010

Color Harmonies of #EAE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE115

Black with #EAE115

Text Example


Text Example

White with #EAE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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