Html Css Color HEX #EADC12 Lemon

📋 copy color: '#EADC12'

red 234 ◦ green 220 ◦ blue 18

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

Shades of Lemon #EADC12

Tints of Lemon #EADC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 49.58%
G = 46.61%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EADC12 (or 0xEADC12) is known color: Lemon. HEX triplet: EA, DC and 12. RGB value is (234,220,18). Sum of RGB (Red+Green+Blue) = 234+220+18=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC12 is #1523ED. Grayscale: #C9C9C9. Windows color (decimal): -1385454 or 1236202. OLE color: 1236202.

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

Color convert

RGB 234 220 18 -
CMYK 0 0.06 0.92 0.08
HSL 56.11º 0.86% 0.49% -
HSV(B) 56.11º 0.92% 0.92% -
XYZ 59.63 68.72 10.69 -
YUV 201.16 24.64 151.43 -
System Red Green Blue C M Y K H S L
Decimal 234 220 18 0 0.06 0.92 0.08 56.11 0.86 0.49
Hex EA DC 12 0 6 5C 8 38 56 31
Octal 352 334 22 0 6 134 10 70 126 61
Binary 11101010 11011100 10010 0 110 1011100 1000 111000 1010110 110001

Color Harmonies of #EADC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC12

Black with #EADC12

Text Example


Text Example

White with #EADC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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