#EDA83E

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

Shades of Tulip Tree #EDA83E

Tints of Tulip Tree #EDA83E

Color information

#EDA83E (or 0xEDA83E) is unknown color: approx Tulip Tree. HEX triplet: ED, A8 and 3E. RGB value is (237,168,62). Sum of RGB (Red+Green+Blue) = 237+168+62=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83E is #1257C1. Grayscale: #B1B1B1. Windows color (decimal): -1202114 or 4106477. OLE color: 4106477.

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

Color convert

RGB23716862-
CMYK00.290.740.07
HSL36.34º82.94%58.63%-
HSV(B)36.34º73.84%92.94%-
XYZ49.846.3610.88-
YUV176.5563.36171.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 62 (24.61% from 255) = 13.28%
R=50.75%
G=35.97%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371686200.290.740.0736.3482.9458.63
HexEDA83E01D4A724533b
Octal3552507603511274412373
Binary111011011010100011111001110110010101111001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA83E; }

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

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

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

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

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

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

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

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