#E1AD3D

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

Shades of Tulip Tree #E1AD3D

Tints of Tulip Tree #E1AD3D

Color information

#E1AD3D (or 0xE1AD3D) is unknown color: approx Tulip Tree. HEX triplet: E1, AD and 3D. RGB value is (225,173,61). Sum of RGB (Red+Green+Blue) = 225+173+61=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD3D is #1E52C2. Grayscale: #B0B0B0. Windows color (decimal): -1987267 or 4042209. OLE color: 4042209.

HSL color Cylindrical-coordinate representation of color #E1AD3D: hue angle of 40.98º degrees, saturation: 0.73, 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 #E1AD3D is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22517361-
CMYK00.230.730.12
HSL40.98º73.21%56.08%-
HSV(B)40.98º72.89%88.24%-
XYZ46.8446.2310.87-
YUV175.7863.23163.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 61 (24.22% from 255) = 13.29%
R=49.02%
G=37.69%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251736100.230.730.1240.9873.2156.08
HexE1AD3D01749C294938
Octal34125575027111145111170
Binary1110000110101101111101010111100100111001010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD3D; }

 p { color: rgb(225,173,61); }

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

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

 a { background-color: rgb(225,173,61); }

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

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

 span { border-color: rgb(225,173,61); }

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