Html Css Color HEX #ED8500 Tangerine

📋 copy color: '#ED8500'

red 237 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #ED8500

Tints of Tangerine #ED8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 64.05%
G = 35.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED8500 (or 0xED8500) is known color: Tangerine. HEX triplet: ED, 85 and 00. RGB value is (237,133,0). Sum of RGB (Red+Green+Blue) = 237+133+0=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8500 is #127AFF. Grayscale: #959595. Windows color (decimal): -1211136 or 34285. OLE color: 34285.

HSL color Cylindrical-coordinate representation of color #ED8500: hue angle of 33.67º 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 #ED8500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 0 -
CMYK 0 0.44 1 0.07
HSL 33.67º 1% 0.46% -
HSV(B) 33.67º 1% 0.93% -
XYZ 43.31 34.78 4.43 -
YUV 148.93 43.96 190.81 -
System Red Green Blue C M Y K H S L
Decimal 237 133 0 0 0.44 1 0.07 33.67 1 0.46
Hex ED 85 0 0 2C 64 7 22 64 2E
Octal 355 205 0 0 54 144 7 42 144 56
Binary 11101101 10000101 0 0 101100 1100100 111 100010 1100100 101110

Color Harmonies of #ED8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8500

Black with #ED8500

Text Example


Text Example

White with #ED8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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