Html Css Color HEX #ED8403 Tangerine

📋 copy color: '#ED8403'

red 237 ◦ green 132 ◦ blue 3

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

Shades of Tangerine #ED8403

Tints of Tangerine #ED8403

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 63.71%
G = 35.48%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8403 (or 0xED8403) is known color: Tangerine. HEX triplet: ED, 84 and 03. RGB value is (237,132,3). Sum of RGB (Red+Green+Blue) = 237+132+3=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8403 is #127BFC. Grayscale: #959595. Windows color (decimal): -1211389 or 230637. OLE color: 230637.

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

Color convert

RGB 237 132 3 -
CMYK 0 0.44 0.99 0.07
HSL 33.08º 0.98% 0.47% -
HSV(B) 33.08º 0.99% 0.93% -
XYZ 43.19 34.51 4.47 -
YUV 148.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 237 132 3 0 0.44 0.99 0.07 33.08 0.98 0.47
Hex ED 84 3 0 2C 63 7 21 62 2F
Octal 355 204 3 0 54 143 7 41 142 57
Binary 11101101 10000100 11 0 101100 1100011 111 100001 1100010 101111

Color Harmonies of #ED8403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8403

Black with #ED8403

Text Example


Text Example

White with #ED8403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8403; }

 p { color: rgb(237,132,3); }

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

background-color css

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

 a { background-color: rgb(237,132,3); }

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

border-color css

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

 span { border-color: rgb(237,132,3); }

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