Html Css Color HEX #E2912A Buttercup

📋 copy color: '#E2912A'

red 226 ◦ green 145 ◦ blue 42

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

Shades of Buttercup #E2912A

Tints of Buttercup #E2912A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 54.72%
G = 35.11%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2912A (or 0xE2912A) is known color: Buttercup. HEX triplet: E2, 91 and 2A. RGB value is (226,145,42). Sum of RGB (Red+Green+Blue) = 226+145+42=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2912A is #1D6ED5. Grayscale: #9D9D9D. Windows color (decimal): -1928918 or 2789858. OLE color: 2789858.

HSL color Cylindrical-coordinate representation of color #E2912A: hue angle of 33.59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2912A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 42 -
CMYK 0 0.36 0.81 0.11
HSL 33.59º 0.76% 0.53% -
HSV(B) 33.59º 0.81% 0.89% -
XYZ 41.91 36.59 7.04 -
YUV 157.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 226 145 42 0 0.36 0.81 0.11 33.59 0.76 0.53
Hex E2 91 2A 0 24 51 B 22 4C 35
Octal 342 221 52 0 44 121 13 42 114 65
Binary 11100010 10010001 101010 0 100100 1010001 1011 100010 1001100 110101

Color Harmonies of #E2912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2912A

Black with #E2912A

Text Example


Text Example

White with #E2912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2912A; }

 p { color: rgb(226,145,42); }

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

background-color css

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

 a { background-color: rgb(226,145,42); }

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

border-color css

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

 span { border-color: rgb(226,145,42); }

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