Html Css Color HEX #ED7F11 Tangerine

📋 copy color: '#ED7F11'

red 237 ◦ green 127 ◦ blue 17

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

Shades of Tangerine #ED7F11

Tints of Tangerine #ED7F11

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 62.2%
G = 33.33%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED7F11 (or 0xED7F11) is known color: Tangerine. HEX triplet: ED, 7F and 11. RGB value is (237,127,17). Sum of RGB (Red+Green+Blue) = 237+127+17=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7F11 is #1280EE. Grayscale: #939393. Windows color (decimal): -1212655 or 1146861. OLE color: 1146861.

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

Color convert

RGB 237 127 17 -
CMYK 0 0.46 0.93 0.07
HSL 30º 0.87% 0.5% -
HSV(B) 30º 0.93% 0.93% -
XYZ 42.62 33.22 4.7 -
YUV 147.35 54.44 191.94 -
System Red Green Blue C M Y K H S L
Decimal 237 127 17 0 0.46 0.93 0.07 30 0.87 0.5
Hex ED 7F 11 0 2E 5D 7 1E 57 32
Octal 355 177 21 0 56 135 7 36 127 62
Binary 11101101 1111111 10001 0 101110 1011101 111 11110 1010111 110010

Color Harmonies of #ED7F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F11

Black with #ED7F11

Text Example


Text Example

White with #ED7F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F11; }

 p { color: rgb(237,127,17); }

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

background-color css

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

 a { background-color: rgb(237,127,17); }

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

border-color css

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

 span { border-color: rgb(237,127,17); }

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