Html Css Color HEX #ED8508 Tangerine

📋 copy color: '#ED8508'

red 237 ◦ green 133 ◦ blue 8

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

Shades of Tangerine #ED8508

Tints of Tangerine #ED8508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 62.7%
G = 35.19%
B = 2.12%

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

#ED8508 (or 0xED8508) is known color: Tangerine. HEX triplet: ED, 85 and 08. RGB value is (237,133,8). Sum of RGB (Red+Green+Blue) = 237+133+8=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8508 is #127AF7. Grayscale: #969696. Windows color (decimal): -1211128 or 558573. OLE color: 558573.

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

Color convert

RGB 237 133 8 -
CMYK 0 0.44 0.97 0.07
HSL 32.75º 0.93% 0.48% -
HSV(B) 32.75º 0.97% 0.93% -
XYZ 43.36 34.8 4.66 -
YUV 149.85 47.96 190.16 -
System Red Green Blue C M Y K H S L
Decimal 237 133 8 0 0.44 0.97 0.07 32.75 0.93 0.48
Hex ED 85 8 0 2C 61 7 21 5D 30
Octal 355 205 10 0 54 141 7 41 135 60
Binary 11101101 10000101 1000 0 101100 1100001 111 100001 1011101 110000

Color Harmonies of #ED8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8508

Black with #ED8508

Text Example


Text Example

White with #ED8508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8508; }

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

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

background-color css

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

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

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

border-color css

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

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

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