Html Css Color HEX #ED8F06 Tangerine

📋 copy color: '#ED8F06'

red 237 ◦ green 143 ◦ blue 6

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

Shades of Tangerine #ED8F06

Tints of Tangerine #ED8F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 61.4%
G = 37.05%
B = 1.55%

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

#ED8F06 (or 0xED8F06) is known color: Tangerine. HEX triplet: ED, 8F and 06. RGB value is (237,143,6). Sum of RGB (Red+Green+Blue) = 237+143+6=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F06 is #1270F9. Grayscale: #9C9C9C. Windows color (decimal): -1208570 or 430061. OLE color: 430061.

HSL color Cylindrical-coordinate representation of color #ED8F06: hue angle of 35.58º degrees, saturation: 0.95, 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 #ED8F06 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 6 -
CMYK 0 0.40 0.97 0.07
HSL 35.58º 0.95% 0.48% -
HSV(B) 35.58º 0.97% 0.93% -
XYZ 44.78 37.66 5.08 -
YUV 155.49 43.64 186.14 -
System Red Green Blue C M Y K H S L
Decimal 237 143 6 0 0.40 0.97 0.07 35.58 0.95 0.48
Hex ED 8F 6 0 28 61 7 24 5F 30
Octal 355 217 6 0 50 141 7 44 137 60
Binary 11101101 10001111 110 0 101000 1100001 111 100100 1011111 110000

Color Harmonies of #ED8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F06

Black with #ED8F06

Text Example


Text Example

White with #ED8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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