Html Css Color HEX #ED8702 Tangerine

📋 copy color: '#ED8702'

red 237 ◦ green 135 ◦ blue 2

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

Shades of Tangerine #ED8702

Tints of Tangerine #ED8702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 63.37%
G = 36.1%
B = 0.53%

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

#ED8702 (or 0xED8702) is known color: Tangerine. HEX triplet: ED, 87 and 02. RGB value is (237,135,2). Sum of RGB (Red+Green+Blue) = 237+135+2=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8702 is #1278FD. Grayscale: #969696. Windows color (decimal): -1210622 or 165869. OLE color: 165869.

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

Color convert

RGB 237 135 2 -
CMYK 0 0.43 0.99 0.07
HSL 33.96º 0.98% 0.47% -
HSV(B) 33.96º 0.99% 0.93% -
XYZ 43.6 35.34 4.58 -
YUV 150.34 44.29 189.81 -
System Red Green Blue C M Y K H S L
Decimal 237 135 2 0 0.43 0.99 0.07 33.96 0.98 0.47
Hex ED 87 2 0 2B 63 7 22 62 2F
Octal 355 207 2 0 53 143 7 42 142 57
Binary 11101101 10000111 10 0 101011 1100011 111 100010 1100010 101111

Color Harmonies of #ED8702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8702

Black with #ED8702

Text Example


Text Example

White with #ED8702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8702; }

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

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

background-color css

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

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

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

border-color css

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

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

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