#E0BA3D

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

Shades of Tulip Tree #E0BA3D

Tints of Tulip Tree #E0BA3D

Color information

#E0BA3D (or 0xE0BA3D) is unknown color: approx Tulip Tree. HEX triplet: E0, BA and 3D. RGB value is (224,186,61). Sum of RGB (Red+Green+Blue) = 224+186+61=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA3D is #1F45C2. Grayscale: #B7B7B7. Windows color (decimal): -2049475 or 4045536. OLE color: 4045536.

HSL color Cylindrical-coordinate representation of color #E0BA3D: hue angle of 46.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0BA3D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22418661-
CMYK00.170.730.12
HSL46.01º72.44%55.88%-
HSV(B)46.01º72.77%87.84%-
XYZ49.1451.311.73-
YUV183.1159.09157.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=47.56%
G=39.49%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241866100.170.730.1246.0172.4455.88
HexE0BA3D01149C2e4838
Octal34027275021111145611070
Binary1110000010111010111101010001100100111001011101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BA3D; }

 p { color: rgb(224,186,61); }

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

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

 a { background-color: rgb(224,186,61); }

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

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

 span { border-color: rgb(224,186,61); }

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