Html Css Color HEX #ED8701 Tangerine

📋 copy color: '#ED8701'

red 237 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #ED8701

Tints of Tangerine #ED8701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 63.54%
G = 36.19%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED8701 (or 0xED8701) is known color: Tangerine. HEX triplet: ED, 87 and 01. RGB value is (237,135,1). Sum of RGB (Red+Green+Blue) = 237+135+1=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8701 is #1278FE. Grayscale: #969696. Windows color (decimal): -1210623 or 100333. OLE color: 100333.

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

Color convert

RGB 237 135 1 -
CMYK 0 0.43 1.00 0.07
HSL 34.07º 0.99% 0.47% -
HSV(B) 34.07º 1% 0.93% -
XYZ 43.59 35.33 4.55 -
YUV 150.22 43.79 189.9 -
System Red Green Blue C M Y K H S L
Decimal 237 135 1 0 0.43 1.00 0.07 34.07 0.99 0.47
Hex ED 87 1 0 2B 64 7 22 63 2F
Octal 355 207 1 0 53 144 7 42 143 57
Binary 11101101 10000111 1 0 101011 1100100 111 100010 1100011 101111

Color Harmonies of #ED8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8701

Black with #ED8701

Text Example


Text Example

White with #ED8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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