Html Css Color HEX #E2972A Buttercup

📋 copy color: '#E2972A'

red 226 ◦ green 151 ◦ blue 42

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

Shades of Buttercup #E2972A

Tints of Buttercup #E2972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 53.94%
G = 36.04%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2972A (or 0xE2972A) is known color: Buttercup. HEX triplet: E2, 97 and 2A. RGB value is (226,151,42). Sum of RGB (Red+Green+Blue) = 226+151+42=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2972A is #1D68D5. Grayscale: #A1A1A1. Windows color (decimal): -1927382 or 2791394. OLE color: 2791394.

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

Color convert

RGB 226 151 42 -
CMYK 0 0.33 0.81 0.11
HSL 35.54º 0.76% 0.53% -
HSV(B) 35.54º 0.81% 0.89% -
XYZ 42.85 38.47 7.36 -
YUV 161 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 226 151 42 0 0.33 0.81 0.11 35.54 0.76 0.53
Hex E2 97 2A 0 21 51 B 24 4C 35
Octal 342 227 52 0 41 121 13 44 114 65
Binary 11100010 10010111 101010 0 100001 1010001 1011 100100 1001100 110101

Color Harmonies of #E2972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2972A

Black with #E2972A

Text Example


Text Example

White with #E2972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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