Html Css Color HEX #E2952E Buttercup

📋 copy color: '#E2952E'

red 226 ◦ green 149 ◦ blue 46

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

Shades of Buttercup #E2952E

Tints of Buttercup #E2952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 53.68%
G = 35.39%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2952E (or 0xE2952E) is known color: Buttercup. HEX triplet: E2, 95 and 2E. RGB value is (226,149,46). Sum of RGB (Red+Green+Blue) = 226+149+46=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2952E is #1D6AD1. Grayscale: #A0A0A0. Windows color (decimal): -1927890 or 3053026. OLE color: 3053026.

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

Color convert

RGB 226 149 46 -
CMYK 0 0.34 0.80 0.11
HSL 34.33º 0.76% 0.53% -
HSV(B) 34.33º 0.8% 0.89% -
XYZ 42.6 37.86 7.65 -
YUV 160.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 226 149 46 0 0.34 0.80 0.11 34.33 0.76 0.53
Hex E2 95 2E 0 22 50 B 22 4C 35
Octal 342 225 56 0 42 120 13 42 114 65
Binary 11100010 10010101 101110 0 100010 1010000 1011 100010 1001100 110101

Color Harmonies of #E2952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2952E

Black with #E2952E

Text Example


Text Example

White with #E2952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2952E; }

 p { color: rgb(226,149,46); }

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

background-color css

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

 a { background-color: rgb(226,149,46); }

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

border-color css

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

 span { border-color: rgb(226,149,46); }

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