Html Css Color HEX #E2942D Buttercup

📋 copy color: '#E2942D'

red 226 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #E2942D

Tints of Buttercup #E2942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 53.94%
G = 35.32%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2942D (or 0xE2942D) is known color: Buttercup. HEX triplet: E2, 94 and 2D. RGB value is (226,148,45). Sum of RGB (Red+Green+Blue) = 226+148+45=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2942D is #1D6BD2. Grayscale: #A0A0A0. Windows color (decimal): -1928147 or 2987234. OLE color: 2987234.

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

Color convert

RGB 226 148 45 -
CMYK 0 0.35 0.80 0.11
HSL 34.14º 0.76% 0.53% -
HSV(B) 34.14º 0.8% 0.89% -
XYZ 42.43 37.54 7.49 -
YUV 159.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 226 148 45 0 0.35 0.80 0.11 34.14 0.76 0.53
Hex E2 94 2D 0 23 50 B 22 4C 35
Octal 342 224 55 0 43 120 13 42 114 65
Binary 11100010 10010100 101101 0 100011 1010000 1011 100010 1001100 110101

Color Harmonies of #E2942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2942D

Black with #E2942D

Text Example


Text Example

White with #E2942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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