Html Css Color HEX #ED8602 Tangerine

📋 copy color: '#ED8602'

red 237 ◦ green 134 ◦ blue 2

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

Shades of Tangerine #ED8602

Tints of Tangerine #ED8602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 63.54%
G = 35.92%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8602 (or 0xED8602) is known color: Tangerine. HEX triplet: ED, 86 and 02. RGB value is (237,134,2). Sum of RGB (Red+Green+Blue) = 237+134+2=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8602 is #1279FD. Grayscale: #969696. Windows color (decimal): -1210878 or 165613. OLE color: 165613.

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

Color convert

RGB 237 134 2 -
CMYK 0 0.43 0.99 0.07
HSL 33.7º 0.98% 0.47% -
HSV(B) 33.7º 0.99% 0.93% -
XYZ 43.46 35.06 4.53 -
YUV 149.75 44.62 190.23 -
System Red Green Blue C M Y K H S L
Decimal 237 134 2 0 0.43 0.99 0.07 33.7 0.98 0.47
Hex ED 86 2 0 2B 63 7 22 62 2F
Octal 355 206 2 0 53 143 7 42 142 57
Binary 11101101 10000110 10 0 101011 1100011 111 100010 1100010 101111

Color Harmonies of #ED8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8602

Black with #ED8602

Text Example


Text Example

White with #ED8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8602; }

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

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

background-color css

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

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

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

border-color css

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

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

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