#EAAA35

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

Shades of Tulip Tree #EAAA35

Tints of Tulip Tree #EAAA35

Color information

#EAAA35 (or 0xEAAA35) is unknown color: approx Tulip Tree. HEX triplet: EA, AA and 35. RGB value is (234,170,53). Sum of RGB (Red+Green+Blue) = 234+170+53=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA35 is #1555CA. Grayscale: #B0B0B0. Windows color (decimal): -1398219 or 3517162. OLE color: 3517162.

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

Color convert

RGB23417053-
CMYK00.270.770.08
HSL38.78º81.17%56.27%-
HSV(B)38.78º77.35%91.76%-
XYZ48.9546.59.76-
YUV175.858.7169.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 53 (21.09% from 255) = 11.60%
R=51.20%
G=37.20%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341705300.270.770.0838.7881.1756.27
HexEAAA3501B4D8275138
Octal35225265033115104712170
Binary1110101010101010110101011011100110110001001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA35; }

 p { color: rgb(234,170,53); }

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

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

 a { background-color: rgb(234,170,53); }

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

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

 span { border-color: rgb(234,170,53); }

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