Html Css Color HEX #E2942B Buttercup

📋 copy color: '#E2942B'

red 226 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #E2942B

Tints of Buttercup #E2942B

RGB

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

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

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

R = 54.2%
G = 35.49%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2942B (or 0xE2942B) is known color: 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

RGB 226 148 43 -
CMYK 0 0.35 0.81 0.11
HSL 34.43º 0.76% 0.53% -
HSV(B) 34.43º 0.81% 0.89% -
XYZ 42.39 37.52 7.29 -
YUV 159.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 226 148 43 0 0.35 0.81 0.11 34.43 0.76 0.53
Hex E2 94 2B 0 23 51 B 22 4C 35
Octal 342 224 53 0 43 121 13 42 114 65
Binary 11100010 10010100 101011 0 100011 1010001 1011 100010 1001100 110101

Color Harmonies of #E2942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2942B

Black with #E2942B

Text Example


Text Example

White with #E2942B

Text Example


Text Example

HTML Codes & Css Web 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>