Html Css Color HEX #ED8002 Tangerine

📋 copy color: '#ED8002'

red 237 ◦ green 128 ◦ blue 2

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

Shades of Tangerine #ED8002

Tints of Tangerine #ED8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 64.58%
G = 34.88%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8002 (or 0xED8002) is known color: Tangerine. HEX triplet: ED, 80 and 02. RGB value is (237,128,2). Sum of RGB (Red+Green+Blue) = 237+128+2=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8002 is #127FFD. Grayscale: #929292. Windows color (decimal): -1212414 or 164077. OLE color: 164077.

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

Color convert

RGB 237 128 2 -
CMYK 0 0.46 0.99 0.07
HSL 32.17º 0.98% 0.47% -
HSV(B) 32.17º 0.99% 0.93% -
XYZ 42.66 33.45 4.27 -
YUV 146.23 46.61 192.75 -
System Red Green Blue C M Y K H S L
Decimal 237 128 2 0 0.46 0.99 0.07 32.17 0.98 0.47
Hex ED 80 2 0 2E 63 7 20 62 2F
Octal 355 200 2 0 56 143 7 40 142 57
Binary 11101101 10000000 10 0 101110 1100011 111 100000 1100010 101111

Color Harmonies of #ED8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8002

Black with #ED8002

Text Example


Text Example

White with #ED8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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