#E3A12B

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

Shades of Buttercup #E3A12B

Tints of Buttercup #E3A12B

Color information

#E3A12B (or 0xE3A12B) is unknown color: approx Buttercup. HEX triplet: E3, A1 and 2B. RGB value is (227,161,43). Sum of RGB (Red+Green+Blue) = 227+161+43=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A12B is #1C5ED4. Grayscale: #A7A7A7. Windows color (decimal): -1859285 or 2859491. OLE color: 2859491.

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

Color convert

RGB22716143-
CMYK00.290.810.11
HSL38.48º76.67%52.94%-
HSV(B)38.48º81.06%89.02%-
XYZ44.86428.03-
YUV167.2857.87170.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.67%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=52.67%
G=37.35%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271614300.290.810.1138.4876.6752.94
HexE3A12B01D51B264d35
Octal34324153035121134611565
Binary1110001110100001101011011101101000110111001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A12B; }

 p { color: rgb(227,161,43); }

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

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

 a { background-color: rgb(227,161,43); }

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

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

 span { border-color: rgb(227,161,43); }

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