Html Css Color HEX #EAE711 Lemon

📋 copy color: '#EAE711'

red 234 ◦ green 231 ◦ blue 17

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

Shades of Lemon #EAE711

Tints of Lemon #EAE711

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

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

R = 48.55%
G = 47.93%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAE711 (or 0xEAE711) is known color: Lemon. HEX triplet: EA, E7 and 11. RGB value is (234,231,17). Sum of RGB (Red+Green+Blue) = 234+231+17=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE711 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE711 is #1518EE. Grayscale: #D0D0D0. Windows color (decimal): -1382639 or 1173482. OLE color: 1173482.

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

Color convert

RGB 234 231 17 -
CMYK 0 0.01 0.93 0.08
HSL 59.17º 0.86% 0.49% -
HSV(B) 59.17º 0.93% 0.92% -
XYZ 62.61 74.68 11.65 -
YUV 207.5 20.49 146.9 -
System Red Green Blue C M Y K H S L
Decimal 234 231 17 0 0.01 0.93 0.08 59.17 0.86 0.49
Hex EA E7 11 0 1 5D 8 3B 56 31
Octal 352 347 21 0 1 135 10 73 126 61
Binary 11101010 11100111 10001 0 1 1011101 1000 111011 1010110 110001

Color Harmonies of #EAE711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE711

Black with #EAE711

Text Example


Text Example

White with #EAE711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE711; }

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

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

background-color css

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

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

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

border-color css

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

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

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