Html Css Color HEX #ED8F0A Tangerine

📋 copy color: '#ED8F0A'

red 237 ◦ green 143 ◦ blue 10

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

Shades of Tangerine #ED8F0A

Tints of Tangerine #ED8F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 60.77%
G = 36.67%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED8F0A (or 0xED8F0A) is known color: Tangerine. HEX triplet: ED, 8F and 0A. RGB value is (237,143,10). Sum of RGB (Red+Green+Blue) = 237+143+10=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F0A is #1270F5. Grayscale: #9C9C9C. Windows color (decimal): -1208566 or 692205. OLE color: 692205.

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

Color convert

RGB 237 143 10 -
CMYK 0 0.40 0.96 0.07
HSL 35.15º 0.92% 0.48% -
HSV(B) 35.15º 0.96% 0.93% -
XYZ 44.8 37.67 5.2 -
YUV 155.94 45.64 185.81 -
System Red Green Blue C M Y K H S L
Decimal 237 143 10 0 0.40 0.96 0.07 35.15 0.92 0.48
Hex ED 8F A 0 28 60 7 23 5C 30
Octal 355 217 12 0 50 140 7 43 134 60
Binary 11101101 10001111 1010 0 101000 1100000 111 100011 1011100 110000

Color Harmonies of #ED8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F0A

Black with #ED8F0A

Text Example


Text Example

White with #ED8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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