#EDAA3E

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

Shades of Tulip Tree #EDAA3E

Tints of Tulip Tree #EDAA3E

Color information

#EDAA3E (or 0xEDAA3E) is unknown color: approx Tulip Tree. HEX triplet: ED, AA and 3E. RGB value is (237,170,62). Sum of RGB (Red+Green+Blue) = 237+170+62=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA3E is #1255C1. Grayscale: #B2B2B2. Windows color (decimal): -1201602 or 4106989. OLE color: 4106989.

HSL color Cylindrical-coordinate representation of color #EDAA3E: hue angle of 37.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAA3E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23717062-
CMYK00.280.740.07
HSL37.03º82.94%58.63%-
HSV(B)37.03º73.84%92.94%-
XYZ50.1747.111-
YUV177.7262.7170.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 62 (24.61% from 255) = 13.22%
R=50.53%
G=36.25%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371706200.280.740.0737.0382.9458.63
HexEDAA3E01C4A725533b
Octal3552527603411274512373
Binary111011011010101011111001110010010101111001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA3E; }

 p { color: rgb(237,170,62); }

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

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

 a { background-color: rgb(237,170,62); }

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

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

 span { border-color: rgb(237,170,62); }

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