Html Css Color HEX #EAE511 Lemon

📋 copy color: '#EAE511'

red 234 ◦ green 229 ◦ blue 17

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

Shades of Lemon #EAE511

Tints of Lemon #EAE511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.54%

R = 48.75%
G = 47.71%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAE511 (or 0xEAE511) is known color: Lemon. HEX triplet: EA, E5 and 11. RGB value is (234,229,17). Sum of RGB (Red+Green+Blue) = 234+229+17=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE511 is #151AEE. Grayscale: #CFCFCF. Windows color (decimal): -1383151 or 1172970. OLE color: 1172970.

HSL color Cylindrical-coordinate representation of color #EAE511: hue angle of 58.62º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAE511 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 17 -
CMYK 0 0.02 0.93 0.08
HSL 58.62º 0.86% 0.49% -
HSV(B) 58.62º 0.93% 0.92% -
XYZ 62.05 73.57 11.46 -
YUV 206.33 21.16 147.74 -
System Red Green Blue C M Y K H S L
Decimal 234 229 17 0 0.02 0.93 0.08 58.62 0.86 0.49
Hex EA E5 11 0 2 5D 8 3B 56 31
Octal 352 345 21 0 2 135 10 73 126 61
Binary 11101010 11100101 10001 0 10 1011101 1000 111011 1010110 110001

Color Harmonies of #EAE511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE511

Black with #EAE511

Text Example


Text Example

White with #EAE511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE511; }

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

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

background-color css

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

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

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

border-color css

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

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

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