Html Css Color HEX #EADC11 Lemon

📋 copy color: '#EADC11'

red 234 ◦ green 220 ◦ blue 17

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

Shades of Lemon #EADC11

Tints of Lemon #EADC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

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

R = 49.68%
G = 46.71%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EADC11 (or 0xEADC11) is known color: Lemon. HEX triplet: EA, DC and 11. RGB value is (234,220,17). Sum of RGB (Red+Green+Blue) = 234+220+17=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC11 is #1523EE. Grayscale: #C9C9C9. Windows color (decimal): -1385455 or 1170666. OLE color: 1170666.

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

Color convert

RGB 234 220 17 -
CMYK 0 0.06 0.93 0.08
HSL 56.13º 0.86% 0.49% -
HSV(B) 56.13º 0.93% 0.92% -
XYZ 59.63 68.72 10.65 -
YUV 201.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 234 220 17 0 0.06 0.93 0.08 56.13 0.86 0.49
Hex EA DC 11 0 6 5D 8 38 56 31
Octal 352 334 21 0 6 135 10 70 126 61
Binary 11101010 11011100 10001 0 110 1011101 1000 111000 1010110 110001

Color Harmonies of #EADC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC11

Black with #EADC11

Text Example


Text Example

White with #EADC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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