Html Css Color HEX #ED8905 Tangerine

📋 copy color: '#ED8905'

red 237 ◦ green 137 ◦ blue 5

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

Shades of Tangerine #ED8905

Tints of Tangerine #ED8905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 62.53%
G = 36.15%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8905 (or 0xED8905) is known color: Tangerine. HEX triplet: ED, 89 and 05. RGB value is (237,137,5). Sum of RGB (Red+Green+Blue) = 237+137+5=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8905 is #1276FA. Grayscale: #989898. Windows color (decimal): -1210107 or 362989. OLE color: 362989.

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

Color convert

RGB 237 137 5 -
CMYK 0 0.42 0.98 0.07
HSL 34.14º 0.96% 0.47% -
HSV(B) 34.14º 0.98% 0.93% -
XYZ 43.9 35.91 4.76 -
YUV 151.85 45.13 188.73 -
System Red Green Blue C M Y K H S L
Decimal 237 137 5 0 0.42 0.98 0.07 34.14 0.96 0.47
Hex ED 89 5 0 2A 62 7 22 60 2F
Octal 355 211 5 0 52 142 7 42 140 57
Binary 11101101 10001001 101 0 101010 1100010 111 100010 1100000 101111

Color Harmonies of #ED8905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8905

Black with #ED8905

Text Example


Text Example

White with #ED8905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8905; }

 p { color: rgb(237,137,5); }

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

background-color css

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

 a { background-color: rgb(237,137,5); }

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

border-color css

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

 span { border-color: rgb(237,137,5); }

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