#EDAC11

Color #EDAC11 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #EDAC11

Tints of Dark Tangerine #EDAC11

Color information

#EDAC11 (or 0xEDAC11) is unknown color: approx Dark Tangerine. HEX triplet: ED, AC and 11. RGB value is (237,172,17). Sum of RGB (Red+Green+Blue) = 237+172+17=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC11 is #1253EE. Grayscale: #AEAEAE. Windows color (decimal): -1201135 or 1158381. OLE color: 1158381.

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

Color convert

RGB23717217-
CMYK00.270.930.07
HSL42.27º86.61%49.8%-
HSV(B)42.27º92.83%92.94%-
XYZ49.7847.557.08-
YUV173.7639.53173.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 17 (7.03% from 255) = 3.99%
R=55.63%
G=40.38%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371721700.270.930.0742.2786.6149.8
HexEDAC1101B5D72a5732
Octal3552542103313575212762
Binary11101101101011001000101101110111011111010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC11; }

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

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

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

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

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

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

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

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