#EDA944

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

Shades of Tulip Tree #EDA944

Tints of Tulip Tree #EDA944

Color information

#EDA944 (or 0xEDA944) is unknown color: approx Tulip Tree. HEX triplet: ED, A9 and 44. RGB value is (237,169,68). Sum of RGB (Red+Green+Blue) = 237+169+68=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA944 is #1256BB. Grayscale: #B2B2B2. Windows color (decimal): -1201852 or 4499949. OLE color: 4499949.

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

Color convert

RGB23716968-
CMYK00.290.710.07
HSL35.86º82.44%59.8%-
HSV(B)35.86º71.31%92.94%-
XYZ50.1646.811.86-
YUV177.8266.03170.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 68 (26.95% from 255) = 14.35%
R=50%
G=35.65%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371696800.290.710.0735.8682.4459.8
HexEDA94401D47724523c
Octal35525110403510774412274
Binary1110110110101001100010001110110001111111001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA944; }

 p { color: rgb(237,169,68); }

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

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

 a { background-color: rgb(237,169,68); }

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

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

 span { border-color: rgb(237,169,68); }

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