#EAB03D

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

Shades of Tulip Tree #EAB03D

Tints of Tulip Tree #EAB03D

Color information

#EAB03D (or 0xEAB03D) is unknown color: approx Tulip Tree. HEX triplet: EA, B0 and 3D. RGB value is (234,176,61). Sum of RGB (Red+Green+Blue) = 234+176+61=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB03D is #154FC2. Grayscale: #B4B4B4. Windows color (decimal): -1396675 or 4042986. OLE color: 4042986.

HSL color Cylindrical-coordinate representation of color #EAB03D: hue angle of 39.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAB03D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23417661-
CMYK00.250.740.08
HSL39.88º80.47%57.84%-
HSV(B)39.88º73.93%91.76%-
XYZ50.348.8811.2-
YUV180.2360.72166.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=49.68%
G=37.37%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341766100.250.740.0839.8880.4757.84
HexEAB03D0194A828503a
Octal35226075031112105012072
Binary1110101010110000111101011001100101010001010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB03D; }

 p { color: rgb(234,176,61); }

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

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

 a { background-color: rgb(234,176,61); }

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

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

 span { border-color: rgb(234,176,61); }

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