#EAB73D

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

Shades of Tulip Tree #EAB73D

Tints of Tulip Tree #EAB73D

Color information

#EAB73D (or 0xEAB73D) is unknown color: approx Tulip Tree. HEX triplet: EA, B7 and 3D. RGB value is (234,183,61). Sum of RGB (Red+Green+Blue) = 234+183+61=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB73D is #1548C2. Grayscale: #B8B8B8. Windows color (decimal): -1394883 or 4044778. OLE color: 4044778.

HSL color Cylindrical-coordinate representation of color #EAB73D: hue angle of 42.31º 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 #EAB73D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23418361-
CMYK00.220.740.08
HSL42.31º80.47%57.84%-
HSV(B)42.31º73.93%91.76%-
XYZ51.7151.711.67-
YUV184.3458.4163.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 61 (24.22% from 255) = 12.76%
R=48.95%
G=38.28%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341836100.220.740.0842.3180.4757.84
HexEAB73D0164A82a503a
Octal35226775026112105212072
Binary1110101010110111111101010110100101010001010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB73D; }

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

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

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

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

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

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

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

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