Html Css Color HEX #ED8801 Tangerine

📋 copy color: '#ED8801'

red 237 ◦ green 136 ◦ blue 1

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

Shades of Tangerine #ED8801

Tints of Tangerine #ED8801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 63.37%
G = 36.36%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED8801 (or 0xED8801) is known color: Tangerine. HEX triplet: ED, 88 and 01. RGB value is (237,136,1). Sum of RGB (Red+Green+Blue) = 237+136+1=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8801 is #1277FE. Grayscale: #979797. Windows color (decimal): -1210367 or 100589. OLE color: 100589.

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

Color convert

RGB 237 136 1 -
CMYK 0 0.43 1.00 0.07
HSL 34.32º 0.99% 0.47% -
HSV(B) 34.32º 1% 0.93% -
XYZ 43.73 35.62 4.6 -
YUV 150.81 43.46 189.48 -
System Red Green Blue C M Y K H S L
Decimal 237 136 1 0 0.43 1.00 0.07 34.32 0.99 0.47
Hex ED 88 1 0 2B 64 7 22 63 2F
Octal 355 210 1 0 53 144 7 42 143 57
Binary 11101101 10001000 1 0 101011 1100100 111 100010 1100011 101111

Color Harmonies of #ED8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8801

Black with #ED8801

Text Example


Text Example

White with #ED8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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