#ED9302

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

Shades of Tangerine #ED9302

Tints of Tangerine #ED9302

Color information

#ED9302 (or 0xED9302) is unknown color: approx Tangerine. HEX triplet: ED, 93 and 02. RGB value is (237,147,2). Sum of RGB (Red+Green+Blue) = 237+147+2=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9302 is #126CFD. Grayscale: #9E9E9E. Windows color (decimal): -1207550 or 168941. OLE color: 168941.

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

Color convert

RGB2371472-
CMYK00.380.990.07
HSL37.02º98.33%46.86%-
HSV(B)37.02º99.16%92.94%-
XYZ45.3738.885.17-
YUV157.3840.32184.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.40%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=61.40%
G=38.08%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237147200.380.990.0737.0298.3346.86
HexED93202663725622f
Octal355223204614374514257
Binary111011011001001110010011011000111111001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9302; }

 p { color: rgb(237,147,2); }

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

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

 a { background-color: rgb(237,147,2); }

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

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

 span { border-color: rgb(237,147,2); }

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