Html Css Color HEX #ED8705 Tangerine

📋 copy color: '#ED8705'

red 237 ◦ green 135 ◦ blue 5

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

Shades of Tangerine #ED8705

Tints of Tangerine #ED8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 62.86%
G = 35.81%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8705 (or 0xED8705) is known color: Tangerine. HEX triplet: ED, 87 and 05. RGB value is (237,135,5). Sum of RGB (Red+Green+Blue) = 237+135+5=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8705 is #1278FA. Grayscale: #979797. Windows color (decimal): -1210619 or 362477. OLE color: 362477.

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

Color convert

RGB 237 135 5 -
CMYK 0 0.43 0.98 0.07
HSL 33.62º 0.96% 0.47% -
HSV(B) 33.62º 0.98% 0.93% -
XYZ 43.62 35.34 4.67 -
YUV 150.68 45.79 189.57 -
System Red Green Blue C M Y K H S L
Decimal 237 135 5 0 0.43 0.98 0.07 33.62 0.96 0.47
Hex ED 87 5 0 2B 62 7 22 60 2F
Octal 355 207 5 0 53 142 7 42 140 57
Binary 11101101 10000111 101 0 101011 1100010 111 100010 1100000 101111

Color Harmonies of #ED8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8705

Black with #ED8705

Text Example


Text Example

White with #ED8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8705; }

 p { color: rgb(237,135,5); }

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

background-color css

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

 a { background-color: rgb(237,135,5); }

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

border-color css

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

 span { border-color: rgb(237,135,5); }

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