#EAAE3A

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

Shades of Tulip Tree #EAAE3A

Tints of Tulip Tree #EAAE3A

Color information

#EAAE3A (or 0xEAAE3A) is unknown color: approx Tulip Tree. HEX triplet: EA, AE and 3A. RGB value is (234,174,58). Sum of RGB (Red+Green+Blue) = 234+174+58=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE3A is #1551C5. Grayscale: #B3B3B3. Windows color (decimal): -1397190 or 3845866. OLE color: 3845866.

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

Color convert

RGB23417458-
CMYK00.260.750.08
HSL39.55º80.73%57.25%-
HSV(B)39.55º75.21%91.76%-
XYZ49.8348.0710.66-
YUV178.7259.88167.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 58 (23.05% from 255) = 12.45%
R=50.21%
G=37.34%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341745800.260.750.0839.5580.7357.25
HexEAAE3A01A4B8285139
Octal35225672032113105012171
Binary1110101010101110111010011010100101110001010001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE3A; }

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

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

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

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

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

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

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

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