#EDA740

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

Shades of Tulip Tree #EDA740

Tints of Tulip Tree #EDA740

Color information

#EDA740 (or 0xEDA740) is unknown color: approx Tulip Tree. HEX triplet: ED, A7 and 40. RGB value is (237,167,64). Sum of RGB (Red+Green+Blue) = 237+167+64=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA740 is #1258BF. Grayscale: #B0B0B0. Windows color (decimal): -1202368 or 4237293. OLE color: 4237293.

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

Color convert

RGB23716764-
CMYK00.300.730.07
HSL35.72º82.78%59.02%-
HSV(B)35.72º73%92.94%-
XYZ49.6746.0111.11-
YUV176.1964.69171.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 64 (25.39% from 255) = 13.68%
R=50.64%
G=35.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371676400.300.730.0735.7282.7859.02
HexEDA74001E49724533b
Octal35524710003611174412373
Binary1110110110100111100000001111010010011111001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA740; }

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

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

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

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

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

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

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

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