#EDAD0F

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

Shades of Dark Tangerine #EDAD0F

Tints of Dark Tangerine #EDAD0F

Color information

#EDAD0F (or 0xEDAD0F) is unknown color: approx Dark Tangerine. HEX triplet: ED, AD and 0F. RGB value is (237,173,15). Sum of RGB (Red+Green+Blue) = 237+173+15=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD0F is #1252F0. Grayscale: #AEAEAE. Windows color (decimal): -1200881 or 1027565. OLE color: 1027565.

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

Color convert

RGB23717315-
CMYK00.270.940.07
HSL42.7º88.1%49.41%-
HSV(B)42.7º93.67%92.94%-
XYZ49.9547.937.07-
YUV174.1238.2172.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 15 (6.25% from 255) = 3.53%
R=55.76%
G=40.71%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371731500.270.940.0742.788.149.41
HexEDADF01B5E72b5831
Octal3552551703313675313061
Binary1110110110101101111101101110111101111010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD0F; }

 p { color: rgb(237,173,15); }

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

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

 a { background-color: rgb(237,173,15); }

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

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

 span { border-color: rgb(237,173,15); }

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