Html Css Color HEX #E2DD12 Lemon

📋 copy color: '#E2DD12'

red 226 ◦ green 221 ◦ blue 18

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

Shades of Lemon #E2DD12

Tints of Lemon #E2DD12

RGB

 RED value IS 226 (88.67% from 255) = 48.6%

 GREEN value IS 221 (86.72% from 255) = 47.53%

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

R = 48.6%
G = 47.53%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2DD12 (or 0xE2DD12) is known color: Lemon. HEX triplet: E2, DD and 12. RGB value is (226,221,18). Sum of RGB (Red+Green+Blue) = 226+221+18=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD12 is #1D22ED. Grayscale: #C8C8C8. Windows color (decimal): -1909486 or 1236450. OLE color: 1236450.

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

Color convert

RGB 226 221 18 -
CMYK 0 0.02 0.92 0.11
HSL 58.56º 0.85% 0.48% -
HSV(B) 58.56º 0.92% 0.89% -
XYZ 57.33 67.93 10.66 -
YUV 199.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 226 221 18 0 0.02 0.92 0.11 58.56 0.85 0.48
Hex E2 DD 12 0 2 5C B 3B 55 30
Octal 342 335 22 0 2 134 13 73 125 60
Binary 11100010 11011101 10010 0 10 1011100 1011 111011 1010101 110000

Color Harmonies of #E2DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD12

Black with #E2DD12

Text Example


Text Example

White with #E2DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD12; }

 p { color: rgb(226,221,18); }

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

background-color css

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

 a { background-color: rgb(226,221,18); }

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

border-color css

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

 span { border-color: rgb(226,221,18); }

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