Html Css Color HEX #E1DF12 Lemon

📋 copy color: '#E1DF12'

red 225 ◦ green 223 ◦ blue 18

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

Shades of Lemon #E1DF12

Tints of Lemon #E1DF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 48.28%
G = 47.85%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1DF12 (or 0xE1DF12) is known color: Lemon. HEX triplet: E1, DF and 12. RGB value is (225,223,18). Sum of RGB (Red+Green+Blue) = 225+223+18=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF12 is #1E20ED. Grayscale: #C9C9C9. Windows color (decimal): -1974510 or 1236961. OLE color: 1236961.

HSL color Cylindrical-coordinate representation of color #E1DF12: hue angle of 59.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1DF12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 18 -
CMYK 0 0.01 0.92 0.12
HSL 59.42º 0.85% 0.48% -
HSV(B) 59.42º 0.92% 0.88% -
XYZ 57.55 68.83 10.82 -
YUV 200.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 225 223 18 0 0.01 0.92 0.12 59.42 0.85 0.48
Hex E1 DF 12 0 1 5C C 3B 55 30
Octal 341 337 22 0 1 134 14 73 125 60
Binary 11100001 11011111 10010 0 1 1011100 1100 111011 1010101 110000

Color Harmonies of #E1DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF12

Black with #E1DF12

Text Example


Text Example

White with #E1DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF12; }

 p { color: rgb(225,223,18); }

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

background-color css

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

 a { background-color: rgb(225,223,18); }

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

border-color css

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

 span { border-color: rgb(225,223,18); }

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