#eda540

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

Shades of Tulip Tree #EDA540

Tints of Tulip Tree #EDA540

Color information

#EDA540 (or 0xEDA540) is unknown color: approx Tulip Tree. HEX triplet: ED, A5 and 40. RGB value is (237,165,64). Sum of RGB (Red+Green+Blue) = 237+165+64=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA540 is #125ABF. Grayscale: #AFAFAF. Windows color (decimal): -1202880 or 4236781. OLE color: 4236781.

HSL color Cylindrical-coordinate representation of color #EDA540: hue angle of 35.03º 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 #EDA540 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23716564-
CMYK00.300.730.07
HSL35.03º82.78%59.02%-
HSV(B)35.03º73%92.94%-
XYZ49.3145.2810.99-
YUV175.0165.35172.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=50.86%
G=35.41%
B=13.73%

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
Decimal2371656400.300.730.0735.0382.7859.02
HexEDA54001E49723533b
Octal35524510003611174312373
Binary1110110110100101100000001111010010011111000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eda540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eda540; }

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

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

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

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

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

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

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

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