Html Css Color HEX #ED7E10 Tangerine

📋 copy color: '#ED7E10'

red 237 ◦ green 126 ◦ blue 16

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

Shades of Tangerine #ED7E10

Tints of Tangerine #ED7E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

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

R = 62.53%
G = 33.25%
B = 4.22%

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

#ED7E10 (or 0xED7E10) is known color: Tangerine. HEX triplet: ED, 7E and 10. RGB value is (237,126,16). Sum of RGB (Red+Green+Blue) = 237+126+16=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7E10 is #1281EF. Grayscale: #939393. Windows color (decimal): -1212912 or 1081069. OLE color: 1081069.

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

Color convert

RGB 237 126 16 -
CMYK 0 0.47 0.93 0.07
HSL 29.86º 0.87% 0.5% -
HSV(B) 29.86º 0.93% 0.93% -
XYZ 42.48 32.96 4.61 -
YUV 146.65 54.27 192.44 -
System Red Green Blue C M Y K H S L
Decimal 237 126 16 0 0.47 0.93 0.07 29.86 0.87 0.5
Hex ED 7E 10 0 2F 5D 7 1E 57 32
Octal 355 176 20 0 57 135 7 36 127 62
Binary 11101101 1111110 10000 0 101111 1011101 111 11110 1010111 110010

Color Harmonies of #ED7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E10

Black with #ED7E10

Text Example


Text Example

White with #ED7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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