Html Css Color HEX #E2D712 Broom

📋 copy color: '#E2D712'

red 226 ◦ green 215 ◦ blue 18

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

Shades of Broom #E2D712

Tints of Broom #E2D712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

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

R = 49.24%
G = 46.84%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2D712 (or 0xE2D712) is known color: Broom. HEX triplet: E2, D7 and 12. RGB value is (226,215,18). Sum of RGB (Red+Green+Blue) = 226+215+18=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D712 is #1D28ED. Grayscale: #C4C4C4. Windows color (decimal): -1911022 or 1234914. OLE color: 1234914.

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

Color convert

RGB 226 215 18 -
CMYK 0 0.05 0.92 0.11
HSL 56.83º 0.85% 0.48% -
HSV(B) 56.83º 0.92% 0.89% -
XYZ 55.77 64.81 10.14 -
YUV 195.83 27.64 149.52 -
System Red Green Blue C M Y K H S L
Decimal 226 215 18 0 0.05 0.92 0.11 56.83 0.85 0.48
Hex E2 D7 12 0 5 5C B 39 55 30
Octal 342 327 22 0 5 134 13 71 125 60
Binary 11100010 11010111 10010 0 101 1011100 1011 111001 1010101 110000

Color Harmonies of #E2D712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D712

Black with #E2D712

Text Example


Text Example

White with #E2D712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D712; }

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

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

background-color css

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

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

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

border-color css

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

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

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