Html Css Color HEX #E2971F Buttercup

📋 copy color: '#E2971F'

red 226 ◦ green 151 ◦ blue 31

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

Shades of Buttercup #E2971F

Tints of Buttercup #E2971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 55.39%
G = 37.01%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2971F (or 0xE2971F) is known color: Buttercup. HEX triplet: E2, 97 and 1F. RGB value is (226,151,31). Sum of RGB (Red+Green+Blue) = 226+151+31=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2971F is #1D68E0. Grayscale: #A0A0A0. Windows color (decimal): -1927393 or 2070498. OLE color: 2070498.

HSL color Cylindrical-coordinate representation of color #E2971F: hue angle of 36.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2971F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 151 31 -
CMYK 0 0.33 0.86 0.11
HSL 36.92º 0.77% 0.5% -
HSV(B) 36.92º 0.86% 0.89% -
XYZ 42.68 38.4 6.46 -
YUV 159.75 55.35 175.26 -
System Red Green Blue C M Y K H S L
Decimal 226 151 31 0 0.33 0.86 0.11 36.92 0.77 0.5
Hex E2 97 1F 0 21 56 B 25 4D 32
Octal 342 227 37 0 41 126 13 45 115 62
Binary 11100010 10010111 11111 0 100001 1010110 1011 100101 1001101 110010

Color Harmonies of #E2971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2971F

Black with #E2971F

Text Example


Text Example

White with #E2971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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