Html Css Color HEX #E2962B Buttercup

📋 copy color: '#E2962B'

red 226 ◦ green 150 ◦ blue 43

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

Shades of Buttercup #E2962B

Tints of Buttercup #E2962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 43 (17.19% from 255) = 10.26%

R = 53.94%
G = 35.8%
B = 10.26%

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

#E2962B (or 0xE2962B) is known color: Buttercup. HEX triplet: E2, 96 and 2B. RGB value is (226,150,43). Sum of RGB (Red+Green+Blue) = 226+150+43=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2962B is #1D69D4. Grayscale: #A1A1A1. Windows color (decimal): -1927637 or 2856674. OLE color: 2856674.

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

Color convert

RGB 226 150 43 -
CMYK 0 0.34 0.81 0.11
HSL 35.08º 0.76% 0.53% -
HSV(B) 35.08º 0.81% 0.89% -
XYZ 42.71 38.16 7.4 -
YUV 160.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 226 150 43 0 0.34 0.81 0.11 35.08 0.76 0.53
Hex E2 96 2B 0 22 51 B 23 4C 35
Octal 342 226 53 0 42 121 13 43 114 65
Binary 11100010 10010110 101011 0 100010 1010001 1011 100011 1001100 110101

Color Harmonies of #E2962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2962B

Black with #E2962B

Text Example


Text Example

White with #E2962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2962B; }

 p { color: rgb(226,150,43); }

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

background-color css

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

 a { background-color: rgb(226,150,43); }

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

border-color css

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

 span { border-color: rgb(226,150,43); }

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