Html Css Color HEX #E2952A Buttercup

📋 copy color: '#E2952A'

red 226 ◦ green 149 ◦ blue 42

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

Shades of Buttercup #E2952A

Tints of Buttercup #E2952A

RGB

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

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

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

R = 54.2%
G = 35.73%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2952A (or 0xE2952A) is known color: Buttercup. HEX triplet: E2, 95 and 2A. RGB value is (226,149,42). Sum of RGB (Red+Green+Blue) = 226+149+42=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2952A is #1D6AD5. Grayscale: #A0A0A0. Windows color (decimal): -1927894 or 2790882. OLE color: 2790882.

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

Color convert

RGB 226 149 42 -
CMYK 0 0.34 0.81 0.11
HSL 34.89º 0.76% 0.53% -
HSV(B) 34.89º 0.81% 0.89% -
XYZ 42.53 37.83 7.25 -
YUV 159.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 226 149 42 0 0.34 0.81 0.11 34.89 0.76 0.53
Hex E2 95 2A 0 22 51 B 23 4C 35
Octal 342 225 52 0 42 121 13 43 114 65
Binary 11100010 10010101 101010 0 100010 1010001 1011 100011 1001100 110101

Color Harmonies of #E2952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2952A

Black with #E2952A

Text Example


Text Example

White with #E2952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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