Html Css Color HEX #ED8302 Tangerine

📋 copy color: '#ED8302'

red 237 ◦ green 131 ◦ blue 2

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

Shades of Tangerine #ED8302

Tints of Tangerine #ED8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 64.05%
G = 35.41%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED8302 (or 0xED8302) is known color: Tangerine. HEX triplet: ED, 83 and 02. RGB value is (237,131,2). Sum of RGB (Red+Green+Blue) = 237+131+2=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8302 is #127CFD. Grayscale: #949494. Windows color (decimal): -1211646 or 164845. OLE color: 164845.

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

Color convert

RGB 237 131 2 -
CMYK 0 0.45 0.99 0.07
HSL 32.94º 0.98% 0.47% -
HSV(B) 32.94º 0.99% 0.93% -
XYZ 43.05 34.24 4.4 -
YUV 147.99 45.62 191.49 -
System Red Green Blue C M Y K H S L
Decimal 237 131 2 0 0.45 0.99 0.07 32.94 0.98 0.47
Hex ED 83 2 0 2D 63 7 21 62 2F
Octal 355 203 2 0 55 143 7 41 142 57
Binary 11101101 10000011 10 0 101101 1100011 111 100001 1100010 101111

Color Harmonies of #ED8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8302

Black with #ED8302

Text Example


Text Example

White with #ED8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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