#E2BA3A

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

Shades of Tulip Tree #E2BA3A

Tints of Tulip Tree #E2BA3A

Color information

#E2BA3A (or 0xE2BA3A) is unknown color: approx Tulip Tree. HEX triplet: E2, BA and 3A. RGB value is (226,186,58). Sum of RGB (Red+Green+Blue) = 226+186+58=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA3A is #1D45C5. Grayscale: #B7B7B7. Windows color (decimal): -1918406 or 3848930. OLE color: 3848930.

HSL color Cylindrical-coordinate representation of color #E2BA3A: hue angle of 45.71º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2BA3A is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22618658-
CMYK00.180.740.11
HSL45.71º74.34%55.69%-
HSV(B)45.71º74.34%88.63%-
XYZ49.6951.5911.34-
YUV183.3757.25158.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.09%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 58 (23.05% from 255) = 12.34%
R=48.09%
G=39.57%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261865800.180.740.1145.7174.3455.69
HexE2BA3A0124AB2e4a38
Octal34227272022112135611270
Binary1110001010111010111010010010100101010111011101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BA3A; }

 p { color: rgb(226,186,58); }

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

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

 a { background-color: rgb(226,186,58); }

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

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

 span { border-color: rgb(226,186,58); }

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