#EDAC3F

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

Shades of Tulip Tree #EDAC3F

Tints of Tulip Tree #EDAC3F

Color information

#EDAC3F (or 0xEDAC3F) is unknown color: approx Tulip Tree. HEX triplet: ED, AC and 3F. RGB value is (237,172,63). Sum of RGB (Red+Green+Blue) = 237+172+63=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC3F is #1253C0. Grayscale: #B3B3B3. Windows color (decimal): -1201089 or 4173037. OLE color: 4173037.

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

Color convert

RGB23717263-
CMYK00.270.730.07
HSL37.59º82.86%58.82%-
HSV(B)37.59º73.42%92.94%-
XYZ50.5747.8711.28-
YUV179.0162.53169.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 63 (25% from 255) = 13.35%
R=50.21%
G=36.44%
B=13.35%

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
Decimal2371726300.270.730.0737.5982.8658.82
HexEDAC3F01B49726533b
Octal3552547703311174612373
Binary111011011010110011111101101110010011111001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC3F; }

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

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

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

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

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

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

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

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