Html Css Color HEX #ED7F04 Tangerine

📋 copy color: '#ED7F04'

red 237 ◦ green 127 ◦ blue 4

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

Shades of Tangerine #ED7F04

Tints of Tangerine #ED7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 64.4%
G = 34.51%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED7F04 (or 0xED7F04) is known color: Tangerine. HEX triplet: ED, 7F and 04. RGB value is (237,127,4). Sum of RGB (Red+Green+Blue) = 237+127+4=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7F04 is #1280FB. Grayscale: #929292. Windows color (decimal): -1212668 or 294893. OLE color: 294893.

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

Color convert

RGB 237 127 4 -
CMYK 0 0.46 0.98 0.07
HSL 31.67º 0.97% 0.47% -
HSV(B) 31.67º 0.98% 0.93% -
XYZ 42.54 33.19 4.28 -
YUV 145.87 47.94 193 -
System Red Green Blue C M Y K H S L
Decimal 237 127 4 0 0.46 0.98 0.07 31.67 0.97 0.47
Hex ED 7F 4 0 2E 62 7 20 61 2F
Octal 355 177 4 0 56 142 7 40 141 57
Binary 11101101 1111111 100 0 101110 1100010 111 100000 1100001 101111

Color Harmonies of #ED7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F04

Black with #ED7F04

Text Example


Text Example

White with #ED7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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