Html Css Color HEX #E2952D Buttercup

📋 copy color: '#E2952D'

red 226 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #E2952D

Tints of Buttercup #E2952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 53.81%
G = 35.48%
B = 10.71%

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

#E2952D (or 0xE2952D) is known color: Buttercup. HEX triplet: E2, 95 and 2D. RGB value is (226,149,45). Sum of RGB (Red+Green+Blue) = 226+149+45=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2952D is #1D6AD2. Grayscale: #A0A0A0. Windows color (decimal): -1927891 or 2987490. OLE color: 2987490.

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

Color convert

RGB 226 149 45 -
CMYK 0 0.34 0.80 0.11
HSL 34.48º 0.76% 0.53% -
HSV(B) 34.48º 0.8% 0.89% -
XYZ 42.59 37.85 7.54 -
YUV 160.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 226 149 45 0 0.34 0.80 0.11 34.48 0.76 0.53
Hex E2 95 2D 0 22 50 B 22 4C 35
Octal 342 225 55 0 42 120 13 42 114 65
Binary 11100010 10010101 101101 0 100010 1010000 1011 100010 1001100 110101

Color Harmonies of #E2952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2952D

Black with #E2952D

Text Example


Text Example

White with #E2952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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