Html Css Color HEX #ED7F07 Tangerine

📋 copy color: '#ED7F07'

red 237 ◦ green 127 ◦ blue 7

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

Shades of Tangerine #ED7F07

Tints of Tangerine #ED7F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 63.88%
G = 34.23%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED7F07 (or 0xED7F07) is known color: Tangerine. HEX triplet: ED, 7F and 07. RGB value is (237,127,7). Sum of RGB (Red+Green+Blue) = 237+127+7=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7F07 is #1280F8. Grayscale: #929292. Windows color (decimal): -1212665 or 491501. OLE color: 491501.

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

Color convert

RGB 237 127 7 -
CMYK 0 0.46 0.97 0.07
HSL 31.3º 0.94% 0.48% -
HSV(B) 31.3º 0.97% 0.93% -
XYZ 42.55 33.2 4.37 -
YUV 146.21 49.44 192.76 -
System Red Green Blue C M Y K H S L
Decimal 237 127 7 0 0.46 0.97 0.07 31.3 0.94 0.48
Hex ED 7F 7 0 2E 61 7 1F 5E 30
Octal 355 177 7 0 56 141 7 37 136 60
Binary 11101101 1111111 111 0 101110 1100001 111 11111 1011110 110000

Color Harmonies of #ED7F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F07

Black with #ED7F07

Text Example


Text Example

White with #ED7F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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