#EAB63A

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

Shades of Tulip Tree #EAB63A

Tints of Tulip Tree #EAB63A

Color information

#EAB63A (or 0xEAB63A) is unknown color: approx Tulip Tree. HEX triplet: EA, B6 and 3A. RGB value is (234,182,58). Sum of RGB (Red+Green+Blue) = 234+182+58=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB63A is #1549C5. Grayscale: #B7B7B7. Windows color (decimal): -1395142 or 3847914. OLE color: 3847914.

HSL color Cylindrical-coordinate representation of color #EAB63A: hue angle of 42.27º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAB63A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23418258-
CMYK00.220.750.08
HSL42.27º80.73%57.25%-
HSV(B)42.27º75.21%91.76%-
XYZ51.4251.2511.19-
YUV183.4157.23164.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 58 (23.05% from 255) = 12.24%
R=49.37%
G=38.40%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341825800.220.750.0842.2780.7357.25
HexEAB63A0164B82a5139
Octal35226672026113105212171
Binary1110101010110110111010010110100101110001010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB63A; }

 p { color: rgb(234,182,58); }

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

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

 a { background-color: rgb(234,182,58); }

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

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

 span { border-color: rgb(234,182,58); }

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