Html Css Color HEX #ED8F08 Tangerine

📋 copy color: '#ED8F08'

red 237 ◦ green 143 ◦ blue 8

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

Shades of Tangerine #ED8F08

Tints of Tangerine #ED8F08

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 61.08%
G = 36.86%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8F08 (or 0xED8F08) is known color: Tangerine. HEX triplet: ED, 8F and 08. RGB value is (237,143,8). Sum of RGB (Red+Green+Blue) = 237+143+8=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F08 is #1270F7. Grayscale: #9C9C9C. Windows color (decimal): -1208568 or 561133. OLE color: 561133.

HSL color Cylindrical-coordinate representation of color #ED8F08: hue angle of 35.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED8F08 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 8 -
CMYK 0 0.40 0.97 0.07
HSL 35.37º 0.93% 0.48% -
HSV(B) 35.37º 0.97% 0.93% -
XYZ 44.79 37.67 5.14 -
YUV 155.72 44.64 185.98 -
System Red Green Blue C M Y K H S L
Decimal 237 143 8 0 0.40 0.97 0.07 35.37 0.93 0.48
Hex ED 8F 8 0 28 61 7 23 5D 30
Octal 355 217 10 0 50 141 7 43 135 60
Binary 11101101 10001111 1000 0 101000 1100001 111 100011 1011101 110000

Color Harmonies of #ED8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F08

Black with #ED8F08

Text Example


Text Example

White with #ED8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F08; }

 p { color: rgb(237,143,8); }

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

background-color css

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

 a { background-color: rgb(237,143,8); }

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

border-color css

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

 span { border-color: rgb(237,143,8); }

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