Html Css Color HEX #ED870B Tangerine

📋 copy color: '#ED870B'

red 237 ◦ green 135 ◦ blue 11

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

Shades of Tangerine #ED870B

Tints of Tangerine #ED870B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 61.88%
G = 35.25%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED870B (or 0xED870B) is known color: Tangerine. HEX triplet: ED, 87 and 0B. RGB value is (237,135,11). Sum of RGB (Red+Green+Blue) = 237+135+11=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED870B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED870B is #1278F4. Grayscale: #979797. Windows color (decimal): -1210613 or 755693. OLE color: 755693.

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

Color convert

RGB 237 135 11 -
CMYK 0 0.43 0.95 0.07
HSL 32.92º 0.91% 0.49% -
HSV(B) 32.92º 0.95% 0.93% -
XYZ 43.65 35.36 4.84 -
YUV 151.36 48.79 189.08 -
System Red Green Blue C M Y K H S L
Decimal 237 135 11 0 0.43 0.95 0.07 32.92 0.91 0.49
Hex ED 87 B 0 2B 5F 7 21 5B 31
Octal 355 207 13 0 53 137 7 41 133 61
Binary 11101101 10000111 1011 0 101011 1011111 111 100001 1011011 110001

Color Harmonies of #ED870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED870B

Black with #ED870B

Text Example


Text Example

White with #ED870B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED870B; }

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

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

background-color css

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

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

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

border-color css

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

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

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