Html Css Color HEX #ED8F04 Tangerine

📋 copy color: '#ED8F04'

red 237 ◦ green 143 ◦ blue 4

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

Shades of Tangerine #ED8F04

Tints of Tangerine #ED8F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 61.72%
G = 37.24%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8F04 (or 0xED8F04) is known color: Tangerine. HEX triplet: ED, 8F and 04. RGB value is (237,143,4). Sum of RGB (Red+Green+Blue) = 237+143+4=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F04 is #1270FB. Grayscale: #9B9B9B. Windows color (decimal): -1208572 or 298989. OLE color: 298989.

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

Color convert

RGB 237 143 4 -
CMYK 0 0.40 0.98 0.07
HSL 35.79º 0.97% 0.47% -
HSV(B) 35.79º 0.98% 0.93% -
XYZ 44.77 37.66 5.02 -
YUV 155.26 42.64 186.3 -
System Red Green Blue C M Y K H S L
Decimal 237 143 4 0 0.40 0.98 0.07 35.79 0.97 0.47
Hex ED 8F 4 0 28 62 7 24 61 2F
Octal 355 217 4 0 50 142 7 44 141 57
Binary 11101101 10001111 100 0 101000 1100010 111 100100 1100001 101111

Color Harmonies of #ED8F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F04

Black with #ED8F04

Text Example


Text Example

White with #ED8F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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