Html Css Color HEX #ED880D Tangerine

📋 copy color: '#ED880D'

red 237 ◦ green 136 ◦ blue 13

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

Shades of Tangerine #ED880D

Tints of Tangerine #ED880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 61.4%
G = 35.23%
B = 3.37%

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

#ED880D (or 0xED880D) is known color: Tangerine. HEX triplet: ED, 88 and 0D. RGB value is (237,136,13). Sum of RGB (Red+Green+Blue) = 237+136+13=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED880D is #1277F2. Grayscale: #989898. Windows color (decimal): -1210355 or 887021. OLE color: 887021.

HSL color Cylindrical-coordinate representation of color #ED880D: hue angle of 32.95º degrees, saturation: 0.9, 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 #ED880D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 13 -
CMYK 0 0.43 0.95 0.07
HSL 32.95º 0.9% 0.49% -
HSV(B) 32.95º 0.95% 0.93% -
XYZ 43.8 35.64 4.95 -
YUV 152.18 49.46 188.5 -
System Red Green Blue C M Y K H S L
Decimal 237 136 13 0 0.43 0.95 0.07 32.95 0.9 0.49
Hex ED 88 D 0 2B 5F 7 21 5A 31
Octal 355 210 15 0 53 137 7 41 132 61
Binary 11101101 10001000 1101 0 101011 1011111 111 100001 1011010 110001

Color Harmonies of #ED880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED880D

Black with #ED880D

Text Example


Text Example

White with #ED880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED880D; }

 p { color: rgb(237,136,13); }

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

background-color css

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

 a { background-color: rgb(237,136,13); }

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

border-color css

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

 span { border-color: rgb(237,136,13); }

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