#EDA73D

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

Shades of Tulip Tree #EDA73D

Tints of Tulip Tree #EDA73D

Color information

#EDA73D (or 0xEDA73D) is unknown color: approx Tulip Tree. HEX triplet: ED, A7 and 3D. RGB value is (237,167,61). Sum of RGB (Red+Green+Blue) = 237+167+61=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA73D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA73D is #1258C2. Grayscale: #B0B0B0. Windows color (decimal): -1202371 or 4040685. OLE color: 4040685.

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

Color convert

RGB23716761-
CMYK00.300.740.07
HSL36.14º83.02%58.43%-
HSV(B)36.14º74.26%92.94%-
XYZ49.5945.9810.68-
YUV175.8563.19171.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=50.97%
G=35.91%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371676100.300.740.0736.1483.0258.43
HexEDA73D01E4A724533a
Octal3552477503611274412372
Binary111011011010011111110101111010010101111001001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA73D; }

 p { color: rgb(237,167,61); }

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

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

 a { background-color: rgb(237,167,61); }

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

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

 span { border-color: rgb(237,167,61); }

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