Html Css Color HEX #ED9100 Tangerine

📋 copy color: '#ED9100'

red 237 ◦ green 145 ◦ blue 0

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

Shades of Tangerine #ED9100

Tints of Tangerine #ED9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.04%
G = 37.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED9100 (or 0xED9100) is known color: Tangerine. HEX triplet: ED, 91 and 00. RGB value is (237,145,0). Sum of RGB (Red+Green+Blue) = 237+145+0=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9100 is #126EFF. Grayscale: #9C9C9C. Windows color (decimal): -1208064 or 37357. OLE color: 37357.

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

Color convert

RGB 237 145 0 -
CMYK 0 0.39 1 0.07
HSL 36.71º 1% 0.46% -
HSV(B) 36.71º 1% 0.93% -
XYZ 45.05 38.26 5.01 -
YUV 155.98 39.98 185.79 -
System Red Green Blue C M Y K H S L
Decimal 237 145 0 0 0.39 1 0.07 36.71 1 0.46
Hex ED 91 0 0 27 64 7 25 64 2E
Octal 355 221 0 0 47 144 7 45 144 56
Binary 11101101 10010001 0 0 100111 1100100 111 100101 1100100 101110

Color Harmonies of #ED9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9100

Black with #ED9100

Text Example


Text Example

White with #ED9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9100; }

 p { color: rgb(237,145,0); }

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

background-color css

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

 a { background-color: rgb(237,145,0); }

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

border-color css

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

 span { border-color: rgb(237,145,0); }

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