Html Css Color HEX #ED8902 Tangerine

📋 copy color: '#ED8902'

red 237 ◦ green 137 ◦ blue 2

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

Shades of Tangerine #ED8902

Tints of Tangerine #ED8902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 63.03%
G = 36.44%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8902 (or 0xED8902) is known color: Tangerine. HEX triplet: ED, 89 and 02. RGB value is (237,137,2). Sum of RGB (Red+Green+Blue) = 237+137+2=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8902 is #1276FD. Grayscale: #989898. Windows color (decimal): -1210110 or 166381. OLE color: 166381.

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

Color convert

RGB 237 137 2 -
CMYK 0 0.42 0.99 0.07
HSL 34.47º 0.98% 0.47% -
HSV(B) 34.47º 0.99% 0.93% -
XYZ 43.88 35.9 4.67 -
YUV 151.51 43.63 188.98 -
System Red Green Blue C M Y K H S L
Decimal 237 137 2 0 0.42 0.99 0.07 34.47 0.98 0.47
Hex ED 89 2 0 2A 63 7 22 62 2F
Octal 355 211 2 0 52 143 7 42 142 57
Binary 11101101 10001001 10 0 101010 1100011 111 100010 1100010 101111

Color Harmonies of #ED8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8902

Black with #ED8902

Text Example


Text Example

White with #ED8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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