Html Css Color HEX #ED8102 Tangerine

📋 copy color: '#ED8102'

red 237 ◦ green 129 ◦ blue 2

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

Shades of Tangerine #ED8102

Tints of Tangerine #ED8102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 64.4%
G = 35.05%
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

#ED8102 (or 0xED8102) is known color: Tangerine. HEX triplet: ED, 81 and 02. RGB value is (237,129,2). Sum of RGB (Red+Green+Blue) = 237+129+2=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8102 is #127EFD. Grayscale: #939393. Windows color (decimal): -1212158 or 164333. OLE color: 164333.

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

Color convert

RGB 237 129 2 -
CMYK 0 0.46 0.99 0.07
HSL 32.43º 0.98% 0.47% -
HSV(B) 32.43º 0.99% 0.93% -
XYZ 42.79 33.71 4.31 -
YUV 146.81 46.28 192.33 -
System Red Green Blue C M Y K H S L
Decimal 237 129 2 0 0.46 0.99 0.07 32.43 0.98 0.47
Hex ED 81 2 0 2E 63 7 20 62 2F
Octal 355 201 2 0 56 143 7 40 142 57
Binary 11101101 10000001 10 0 101110 1100011 111 100000 1100010 101111

Color Harmonies of #ED8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8102

Black with #ED8102

Text Example


Text Example

White with #ED8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8102; }

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

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

background-color css

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

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

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

border-color css

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

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

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