#E2942B

Color #E2942B Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #E2942B

Tints of Buttercup #E2942B

Color information

#E2942B (or 0xE2942B) is unknown color: approx Buttercup. HEX triplet: E2, 94 and 2B. RGB value is (226,148,43). Sum of RGB (Red+Green+Blue) = 226+148+43=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2942B is #1D6BD4. Grayscale: #9F9F9F. Windows color (decimal): -1928149 or 2856162. OLE color: 2856162.

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

Color convert

RGB22614843-
CMYK00.350.810.11
HSL34.43º75.93%52.75%-
HSV(B)34.43º80.97%88.63%-
XYZ42.3937.527.29-
YUV159.3562.34175.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.20%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 43 (17.19% from 255) = 10.31%
R=54.20%
G=35.49%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261484300.350.810.1134.4375.9352.75
HexE2942B02351B224c35
Octal34222453043121134211465
Binary11100010100101001010110100011101000110111000101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2942B; }

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

 H1.HeaderClassName
 {
   color: #E2942B;
 }
 .AnyTagClassName
 {
   color: #E2942B;
 }
</style>
background-color css

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

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

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

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

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

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