Html Css Color HEX #ED8105 Tangerine

📋 copy color: '#ED8105'

red 237 ◦ green 129 ◦ blue 5

#ED8105
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #ED8105

Tints of Tangerine #ED8105

RGB

 RED value IS 237 (92.97% from 255) = 63.88%

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 63.88%
G = 34.77%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8105 (or 0xED8105) is known color: Tangerine. HEX triplet: ED, 81 and 05. RGB value is (237,129,5). Sum of RGB (Red+Green+Blue) = 237+129+5=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8105 is #127EFA. Grayscale: #939393. Windows color (decimal): -1212155 or 360941. OLE color: 360941.

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

Color convert

RGB 237 129 5 -
CMYK 0 0.46 0.98 0.07
HSL 32.07º 0.96% 0.47% -
HSV(B) 32.07º 0.98% 0.93% -
XYZ 42.8 33.72 4.4 -
YUV 147.16 47.78 192.08 -
System Red Green Blue C M Y K H S L
Decimal 237 129 5 0 0.46 0.98 0.07 32.07 0.96 0.47
Hex ED 81 5 0 2E 62 7 20 60 2F
Octal 355 201 5 0 56 142 7 40 140 57
Binary 11101101 10000001 101 0 101110 1100010 111 100000 1100000 101111

Color Harmonies of #ED8105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8105

Black with #ED8105

Text Example


Text Example

White with #ED8105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8105; }

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

 H1.HeaderClassName
 {
   color: #ED8105;
 }
 .AnyTagClassName
 {
   color: #ED8105;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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