#EDAC40

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

Shades of Tulip Tree #EDAC40

Tints of Tulip Tree #EDAC40

Color information

#EDAC40 (or 0xEDAC40) is unknown color: approx Tulip Tree. HEX triplet: ED, AC and 40. RGB value is (237,172,64). Sum of RGB (Red+Green+Blue) = 237+172+64=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC40 is #1253BF. Grayscale: #B3B3B3. Windows color (decimal): -1201088 or 4238573. OLE color: 4238573.

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

Color convert

RGB23717264-
CMYK00.270.730.07
HSL37.46º82.78%59.02%-
HSV(B)37.46º73%92.94%-
XYZ50.647.8811.43-
YUV179.1263.03169.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 13.53%
R=50.11%
G=36.36%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371726400.270.730.0737.4682.7859.02
HexEDAC4001B49725533b
Octal35525410003311174512373
Binary1110110110101100100000001101110010011111001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC40; }

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

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

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

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

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

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

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

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