#EDA83B

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

Shades of Tulip Tree #EDA83B

Tints of Tulip Tree #EDA83B

Color information

#EDA83B (or 0xEDA83B) is unknown color: approx Tulip Tree. HEX triplet: ED, A8 and 3B. RGB value is (237,168,59). Sum of RGB (Red+Green+Blue) = 237+168+59=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83B is #1257C4. Grayscale: #B0B0B0. Windows color (decimal): -1202117 or 3909869. OLE color: 3909869.

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

Color convert

RGB23716859-
CMYK00.290.750.07
HSL36.74º83.18%58.04%-
HSV(B)36.74º75.11%92.94%-
XYZ49.7246.3310.46-
YUV176.261.86171.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 59 (23.44% from 255) = 12.72%
R=51.08%
G=36.21%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371685900.290.750.0736.7483.1858.04
HexEDA83B01D4B725533a
Octal3552507303511374512372
Binary111011011010100011101101110110010111111001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA83B; }

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

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

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

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

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

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

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

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