#EDAC35

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

Shades of Tulip Tree #EDAC35

Tints of Tulip Tree #EDAC35

Color information

#EDAC35 (or 0xEDAC35) is unknown color: approx Tulip Tree. HEX triplet: ED, AC and 35. RGB value is (237,172,53). Sum of RGB (Red+Green+Blue) = 237+172+53=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC35 is #1253CA. Grayscale: #B2B2B2. Windows color (decimal): -1201099 or 3517677. OLE color: 3517677.

HSL color Cylindrical-coordinate representation of color #EDAC35: hue angle of 38.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDAC35 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23717253-
CMYK00.270.780.07
HSL38.8º83.64%56.86%-
HSV(B)38.8º77.64%92.94%-
XYZ50.3247.779.94-
YUV177.8757.53170.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 53 (21.09% from 255) = 11.47%
R=51.30%
G=37.23%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371725300.270.780.0738.883.6456.86
HexEDAC3501B4E7275439
Octal3552546503311674712471
Binary111011011010110011010101101110011101111001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC35; }

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

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

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

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

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

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

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

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