#ed8b05

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

Shades of Tangerine #ED8B05

Tints of Tangerine #ED8B05

Color information

#ED8B05 (or 0xED8B05) is unknown color: approx Tangerine. HEX triplet: ED, 8B and 05. RGB value is (237,139,5). Sum of RGB (Red+Green+Blue) = 237+139+5=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8B05 is #1274FA. Grayscale: #999999. Windows color (decimal): -1209595 or 363501. OLE color: 363501.

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

Color convert

RGB2371395-
CMYK00.410.980.07
HSL34.66º95.87%47.45%-
HSV(B)34.66º97.89%92.94%-
XYZ44.1936.484.86-
YUV153.0344.47187.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.20%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 5 (2.34% from 255) = 1.31%
R=62.20%
G=36.48%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237139500.410.980.0734.6695.8747.45
HexED8B502962723602f
Octal355213505114274314057
Binary1110110110001011101010100111000101111000111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8b05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8b05; }

 p { color: rgb(237,139,5); }

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

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

 a { background-color: rgb(237,139,5); }

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

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

 span { border-color: rgb(237,139,5); }

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