Html Css Color HEX #ED7D10 Tangerine

📋 copy color: '#ED7D10'

red 237 ◦ green 125 ◦ blue 16

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

Shades of Tangerine #ED7D10

Tints of Tangerine #ED7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 62.7%
G = 33.07%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED7D10 (or 0xED7D10) is known color: Tangerine. HEX triplet: ED, 7D and 10. RGB value is (237,125,16). Sum of RGB (Red+Green+Blue) = 237+125+16=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7D10 is #1282EF. Grayscale: #929292. Windows color (decimal): -1213168 or 1080813. OLE color: 1080813.

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

Color convert

RGB 237 125 16 -
CMYK 0 0.47 0.93 0.07
HSL 29.59º 0.87% 0.5% -
HSV(B) 29.59º 0.93% 0.93% -
XYZ 42.35 32.71 4.57 -
YUV 146.06 54.61 192.86 -
System Red Green Blue C M Y K H S L
Decimal 237 125 16 0 0.47 0.93 0.07 29.59 0.87 0.5
Hex ED 7D 10 0 2F 5D 7 1E 57 32
Octal 355 175 20 0 57 135 7 36 127 62
Binary 11101101 1111101 10000 0 101111 1011101 111 11110 1010111 110010

Color Harmonies of #ED7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D10

Black with #ED7D10

Text Example


Text Example

White with #ED7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D10; }

 p { color: rgb(237,125,16); }

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

background-color css

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

 a { background-color: rgb(237,125,16); }

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

border-color css

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

 span { border-color: rgb(237,125,16); }

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