Html Css Color HEX #E2942E Buttercup

📋 copy color: '#E2942E'

red 226 ◦ green 148 ◦ blue 46

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

Shades of Buttercup #E2942E

Tints of Buttercup #E2942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.95%

R = 53.81%
G = 35.24%
B = 10.95%

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

#E2942E (or 0xE2942E) is known color: Buttercup. HEX triplet: E2, 94 and 2E. RGB value is (226,148,46). Sum of RGB (Red+Green+Blue) = 226+148+46=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2942E is #1D6BD1. Grayscale: #A0A0A0. Windows color (decimal): -1928146 or 3052770. OLE color: 3052770.

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

Color convert

RGB 226 148 46 -
CMYK 0 0.35 0.80 0.11
HSL 34º 0.76% 0.53% -
HSV(B) 34º 0.8% 0.89% -
XYZ 42.45 37.55 7.59 -
YUV 159.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 226 148 46 0 0.35 0.80 0.11 34 0.76 0.53
Hex E2 94 2E 0 23 50 B 22 4C 35
Octal 342 224 56 0 43 120 13 42 114 65
Binary 11100010 10010100 101110 0 100011 1010000 1011 100010 1001100 110101

Color Harmonies of #E2942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2942E

Black with #E2942E

Text Example


Text Example

White with #E2942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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