#EDAC42

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

Shades of Tulip Tree #EDAC42

Tints of Tulip Tree #EDAC42

Color information

#EDAC42 (or 0xEDAC42) is unknown color: approx Tulip Tree. HEX triplet: ED, AC and 42. RGB value is (237,172,66). Sum of RGB (Red+Green+Blue) = 237+172+66=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC42 is #1253BD. Grayscale: #B3B3B3. Windows color (decimal): -1201086 or 4369645. OLE color: 4369645.

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

Color convert

RGB23717266-
CMYK00.270.720.07
HSL37.19º82.61%59.41%-
HSV(B)37.19º72.15%92.94%-
XYZ50.6647.911.73-
YUV179.3564.03169.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 66 (26.17% from 255) = 13.89%
R=49.89%
G=36.21%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371726600.270.720.0737.1982.6159.41
HexEDAC4201B48725533b
Octal35525410203311074512373
Binary1110110110101100100001001101110010001111001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC42; }

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

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

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

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

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

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

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

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