#ED9103

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

Shades of Tangerine #ED9103

Tints of Tangerine #ED9103

Color information

#ED9103 (or 0xED9103) is unknown color: approx Tangerine. HEX triplet: ED, 91 and 03. RGB value is (237,145,3). Sum of RGB (Red+Green+Blue) = 237+145+3=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9103 is #126EFC. Grayscale: #9C9C9C. Windows color (decimal): -1208061 or 233965. OLE color: 233965.

HSL color Cylindrical-coordinate representation of color #ED9103: hue angle of 36.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9103 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2371453-
CMYK00.390.990.07
HSL36.41º97.5%47.06%-
HSV(B)36.41º98.73%92.94%-
XYZ45.0738.265.1-
YUV156.3241.48185.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=61.56%
G=37.66%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237145300.390.990.0736.4197.547.06
HexED91302763724622f
Octal355221304714374414257
Binary111011011001000111010011111000111111001001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9103; }

 p { color: rgb(237,145,3); }

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

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

 a { background-color: rgb(237,145,3); }

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

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

 span { border-color: rgb(237,145,3); }

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