Html Css Color HEX #E2DC12 Broom

📋 copy color: '#E2DC12'

red 226 ◦ green 220 ◦ blue 18

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

Shades of Broom #E2DC12

Tints of Broom #E2DC12

RGB

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

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

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

R = 48.71%
G = 47.41%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2DC12 (or 0xE2DC12) is known color: Broom. HEX triplet: E2, DC and 12. RGB value is (226,220,18). Sum of RGB (Red+Green+Blue) = 226+220+18=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DC12 is #1D23ED. Grayscale: #C7C7C7. Windows color (decimal): -1909742 or 1236194. OLE color: 1236194.

HSL color Cylindrical-coordinate representation of color #E2DC12: hue angle of 58.27º 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 #E2DC12 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 220 18 -
CMYK 0 0.03 0.92 0.11
HSL 58.27º 0.85% 0.48% -
HSV(B) 58.27º 0.92% 0.89% -
XYZ 57.07 67.4 10.57 -
YUV 198.77 25.99 147.43 -
System Red Green Blue C M Y K H S L
Decimal 226 220 18 0 0.03 0.92 0.11 58.27 0.85 0.48
Hex E2 DC 12 0 3 5C B 3A 55 30
Octal 342 334 22 0 3 134 13 72 125 60
Binary 11100010 11011100 10010 0 11 1011100 1011 111010 1010101 110000

Color Harmonies of #E2DC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC12

Black with #E2DC12

Text Example


Text Example

White with #E2DC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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