Html Css Color HEX #ED8506 Tangerine

📋 copy color: '#ED8506'

red 237 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #ED8506

Tints of Tangerine #ED8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 63.03%
G = 35.37%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8506 (or 0xED8506) is known color: Tangerine. HEX triplet: ED, 85 and 06. RGB value is (237,133,6). Sum of RGB (Red+Green+Blue) = 237+133+6=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8506 is #127AF9. Grayscale: #969696. Windows color (decimal): -1211130 or 427501. OLE color: 427501.

HSL color Cylindrical-coordinate representation of color #ED8506: hue angle of 32.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED8506 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 6 -
CMYK 0 0.44 0.97 0.07
HSL 32.99º 0.95% 0.48% -
HSV(B) 32.99º 0.97% 0.93% -
XYZ 43.35 34.79 4.6 -
YUV 149.62 46.96 190.33 -
System Red Green Blue C M Y K H S L
Decimal 237 133 6 0 0.44 0.97 0.07 32.99 0.95 0.48
Hex ED 85 6 0 2C 61 7 21 5F 30
Octal 355 205 6 0 54 141 7 41 137 60
Binary 11101101 10000101 110 0 101100 1100001 111 100001 1011111 110000

Color Harmonies of #ED8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8506

Black with #ED8506

Text Example


Text Example

White with #ED8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8506; }

 p { color: rgb(237,133,6); }

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

background-color css

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

 a { background-color: rgb(237,133,6); }

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

border-color css

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

 span { border-color: rgb(237,133,6); }

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