Html Css Color HEX #E1DC0A Lemon

📋 copy color: '#E1DC0A'

red 225 ◦ green 220 ◦ blue 10

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

Shades of Lemon #E1DC0A

Tints of Lemon #E1DC0A

RGB

 RED value IS 225 (88.28% from 255) = 49.45%

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 49.45%
G = 48.35%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1DC0A (or 0xE1DC0A) is known color: Lemon. HEX triplet: E1, DC and 0A. RGB value is (225,220,10). Sum of RGB (Red+Green+Blue) = 225+220+10=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DC0A is #1E23F5. Grayscale: #C6C6C6. Windows color (decimal): -1975286 or 711905. OLE color: 711905.

HSL color Cylindrical-coordinate representation of color #E1DC0A: hue angle of 58.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1DC0A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 220 10 -
CMYK 0 0.02 0.96 0.12
HSL 58.6º 0.91% 0.46% -
HSV(B) 58.6º 0.96% 0.88% -
XYZ 56.7 67.22 10.27 -
YUV 197.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 225 220 10 0 0.02 0.96 0.12 58.6 0.91 0.46
Hex E1 DC A 0 2 60 C 3B 5B 2E
Octal 341 334 12 0 2 140 14 73 133 56
Binary 11100001 11011100 1010 0 10 1100000 1100 111011 1011011 101110

Color Harmonies of #E1DC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DC0A

Black with #E1DC0A

Text Example


Text Example

White with #E1DC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DC0A; }

 p { color: rgb(225,220,10); }

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

background-color css

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

 a { background-color: rgb(225,220,10); }

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

border-color css

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

 span { border-color: rgb(225,220,10); }

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